Html Css Color HEX #385A04 Verdun Green

📋 copy color: '#385A04'

red 56 ◦ green 90 ◦ blue 4

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

Shades of Verdun Green #385A04

Tints of Verdun Green #385A04

RGB

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

 GREEN value IS 90 (35.55% from 255) = 60%

 BLUE value IS 4 (1.95% from 255) = 2.67%

R = 37.33%
G = 60%
B = 2.67%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.96

 K value IS 0.65

RGB Variations

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

Color information

#385A04 (or 0x385A04) is known color: Verdun Green. HEX triplet: 38, 5A and 04. RGB value is (56,90,4). Sum of RGB (Red+Green+Blue) = 56+90+4=150 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.33% from 150); Green value is 90 (35.55% from 255 or 60% from 150); Blue value is 4 (1.95% from 255 or 2.67% from 150); Max value from RGB is 90 - color contains mainly: green. Hex color #385A04 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385A04 is #C7A5FB. Grayscale: #464646. Windows color (decimal): -13084156 or 285240. OLE color: 285240.

HSL color Cylindrical-coordinate representation of color #385A04: hue angle of 83.72º degrees, saturation: 0.91, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #385A04 is Cyan = 0.38, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.65.

Color convert

RGB 56 90 4 -
CMYK 0.38 0 0.96 0.65
HSL 83.72º 0.91% 0.18% -
HSV(B) 83.72º 0.96% 0.35% -
XYZ 5.31 8.16 1.41 -
YUV 70.03 90.74 117.99 -
System Red Green Blue C M Y K H S L
Decimal 56 90 4 0.38 0 0.96 0.65 83.72 0.91 0.18
Hex 38 5A 4 26 0 60 41 54 5B 12
Octal 70 132 4 46 0 140 101 124 133 22
Binary 111000 1011010 100 100110 0 1100000 1000001 1010100 1011011 10010

Color Harmonies of #385A04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A04

Black with #385A04

Text Example


Text Example

White with #385A04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #385A04; }

 p { color: rgb(56,90,4); }

 H1.HeaderClassName
 {
   color: #385A04;
 }
 .AnyTagClassName
 {
   color: #385A04;
 }
</style>

background-color css

<style>
 a { background-color: #385A04; }

 a { background-color: rgb(56,90,4); }

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

border-color css

<style>
 span { border-color: #385A04; }

 span { border-color: rgb(56,90,4); }

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