Html Css Color HEX #3C670D Verdun Green

📋 copy color: '#3C670D'

red 60 ◦ green 103 ◦ blue 13

#3C670D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Verdun Green #3C670D

Tints of Verdun Green #3C670D

RGB

 RED value IS 60 (23.83% from 255) = 34.09%

 GREEN value IS 103 (40.63% from 255) = 58.52%

 BLUE value IS 13 (5.47% from 255) = 7.39%

R = 34.09%
G = 58.52%
B = 7.39%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.87

 K value IS 0.60

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3C670D (or 0x3C670D) is known color: Verdun Green. HEX triplet: 3C, 67 and 0D. RGB value is (60,103,13). Sum of RGB (Red+Green+Blue) = 60+103+13=176 (23% of max value = 765). Red value is 60 (23.83% from 255 or 34.09% from 176); Green value is 103 (40.62% from 255 or 58.52% from 176); Blue value is 13 (5.47% from 255 or 7.39% from 176); Max value from RGB is 103 - color contains mainly: green. Hex color #3C670D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #3C670D is #C398F2. Grayscale: #505050. Windows color (decimal): -12818675 or 878396. OLE color: 878396.

HSL color Cylindrical-coordinate representation of color #3C670D: hue angle of 88.67º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #3C670D is Cyan = 0.42, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.60.

Color convert

RGB 60 103 13 -
CMYK 0.42 0 0.87 0.60
HSL 88.67º 0.78% 0.23% -
HSV(B) 88.67º 0.87% 0.4% -
XYZ 6.79 10.69 2.09 -
YUV 79.88 90.25 113.82 -
System Red Green Blue C M Y K H S L
Decimal 60 103 13 0.42 0 0.87 0.60 88.67 0.78 0.23
Hex 3C 67 D 2A 0 57 3C 59 4E 17
Octal 74 147 15 52 0 127 74 131 116 27
Binary 111100 1100111 1101 101010 0 1010111 111100 1011001 1001110 10111

Color Harmonies of #3C670D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C670D

Black with #3C670D

Text Example


Text Example

White with #3C670D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3C670D; }

 p { color: rgb(60,103,13); }

 H1.HeaderClassName
 {
   color: #3C670D;
 }
 .AnyTagClassName
 {
   color: #3C670D;
 }
</style>

background-color css

<style>
 a { background-color: #3C670D; }

 a { background-color: rgb(60,103,13); }

 div.DivClassName
 {
   background-color: #3C670D;
 }
 .BgClassName
 {
   background-color: #3C670D;
 }
</style>

border-color css

<style>
 span { border-color: #3C670D; }

 span { border-color: rgb(60,103,13); }

 td.TdClassName
 {
   border-color: #3C670D;
 }
 .TagClassName
 {
   border-color: #3C670D;
 }
</style>