Html Css Color HEX #38580C Verdun Green

📋 copy color: '#38580C'

red 56 ◦ green 88 ◦ blue 12

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

Shades of Verdun Green #38580C

Tints of Verdun Green #38580C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 56.41%

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

R = 35.9%
G = 56.41%
B = 7.69%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.86

 K value IS 0.65

RGB Variations

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

Color information

#38580C (or 0x38580C) is known color: Verdun Green. HEX triplet: 38, 58 and 0C. RGB value is (56,88,12). Sum of RGB (Red+Green+Blue) = 56+88+12=156 (20% of max value = 765). Red value is 56 (22.27% from 255 or 35.90% from 156); Green value is 88 (34.77% from 255 or 56.41% from 156); Blue value is 12 (5.08% from 255 or 7.69% from 156); Max value from RGB is 88 - color contains mainly: green. Hex color #38580C is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38580C is #C7A7F3. Grayscale: #464646. Windows color (decimal): -13084660 or 809016. OLE color: 809016.

HSL color Cylindrical-coordinate representation of color #38580C: hue angle of 85.26º degrees, saturation: 0.76, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #38580C is Cyan = 0.36, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 88 12 -
CMYK 0.36 0 0.86 0.65
HSL 85.26º 0.76% 0.2% -
HSV(B) 85.26º 0.86% 0.35% -
XYZ 5.19 7.85 1.59 -
YUV 69.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 56 88 12 0.36 0 0.86 0.65 85.26 0.76 0.2
Hex 38 58 C 24 0 56 41 55 4C 14
Octal 70 130 14 44 0 126 101 125 114 24
Binary 111000 1011000 1100 100100 0 1010110 1000001 1010101 1001100 10100

Color Harmonies of #38580C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38580C

Black with #38580C

Text Example


Text Example

White with #38580C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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