Html Css Color HEX #385A0F Verdun Green

📋 copy color: '#385A0F'

red 56 ◦ green 90 ◦ blue 15

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

Shades of Verdun Green #385A0F

Tints of Verdun Green #385A0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 9.32%

R = 34.78%
G = 55.9%
B = 9.32%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.83

 K value IS 0.65

RGB Variations

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

Color information

#385A0F (or 0x385A0F) is known color: Verdun Green. HEX triplet: 38, 5A and 0F. RGB value is (56,90,15). Sum of RGB (Red+Green+Blue) = 56+90+15=161 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.78% from 161); Green value is 90 (35.55% from 255 or 55.90% from 161); Blue value is 15 (6.25% from 255 or 9.32% from 161); Max value from RGB is 90 - color contains mainly: green. Hex color #385A0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385A0F is #C7A5F0. Grayscale: #474747. Windows color (decimal): -13084145 or 1006136. OLE color: 1006136.

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

Color convert

RGB 56 90 15 -
CMYK 0.38 0 0.83 0.65
HSL 87.2º 0.71% 0.21% -
HSV(B) 87.2º 0.83% 0.35% -
XYZ 5.37 8.19 1.75 -
YUV 71.28 96.24 117.1 -
System Red Green Blue C M Y K H S L
Decimal 56 90 15 0.38 0 0.83 0.65 87.2 0.71 0.21
Hex 38 5A F 26 0 53 41 57 47 15
Octal 70 132 17 46 0 123 101 127 107 25
Binary 111000 1011010 1111 100110 0 1010011 1000001 1010111 1000111 10101

Color Harmonies of #385A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385A0F

Black with #385A0F

Text Example


Text Example

White with #385A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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