Html Css Color HEX #38600C Verdun Green

📋 copy color: '#38600C'

red 56 ◦ green 96 ◦ blue 12

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

Shades of Verdun Green #38600C

Tints of Verdun Green #38600C

RGB

 RED value IS 56 (22.27% from 255) = 34.15%

 GREEN value IS 96 (37.89% from 255) = 58.54%

 BLUE value IS 12 (5.08% from 255) = 7.32%

R = 34.15%
G = 58.54%
B = 7.32%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.88

 K value IS 0.62

RGB Variations

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

Color information

#38600C (or 0x38600C) is known color: Verdun Green. HEX triplet: 38, 60 and 0C. RGB value is (56,96,12). Sum of RGB (Red+Green+Blue) = 56+96+12=164 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.15% from 164); Green value is 96 (37.89% from 255 or 58.54% from 164); Blue value is 12 (5.08% from 255 or 7.32% from 164); Max value from RGB is 96 - color contains mainly: green. Hex color #38600C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38600C is #C79FF3. Grayscale: #4A4A4A. Windows color (decimal): -13082612 or 811064. OLE color: 811064.

HSL color Cylindrical-coordinate representation of color #38600C: hue angle of 88.57º degrees, saturation: 0.78, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #38600C is Cyan = 0.42, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 12 -
CMYK 0.42 0 0.88 0.62
HSL 88.57º 0.78% 0.21% -
HSV(B) 88.57º 0.88% 0.38% -
XYZ 5.88 9.23 1.82 -
YUV 74.46 92.75 114.83 -
System Red Green Blue C M Y K H S L
Decimal 56 96 12 0.42 0 0.88 0.62 88.57 0.78 0.21
Hex 38 60 C 2A 0 58 3E 59 4E 15
Octal 70 140 14 52 0 130 76 131 116 25
Binary 111000 1100000 1100 101010 0 1011000 111110 1011001 1001110 10101

Color Harmonies of #38600C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38600C

Black with #38600C

Text Example


Text Example

White with #38600C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38600C; }

 p { color: rgb(56,96,12); }

 H1.HeaderClassName
 {
   color: #38600C;
 }
 .AnyTagClassName
 {
   color: #38600C;
 }
</style>

background-color css

<style>
 a { background-color: #38600C; }

 a { background-color: rgb(56,96,12); }

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

border-color css

<style>
 span { border-color: #38600C; }

 span { border-color: rgb(56,96,12); }

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