Html Css Color HEX #385C0F Verdun Green

📋 copy color: '#385C0F'

red 56 ◦ green 92 ◦ blue 15

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

Shades of Verdun Green #385C0F

Tints of Verdun Green #385C0F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 56.44%

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

R = 34.36%
G = 56.44%
B = 9.2%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.84

 K value IS 0.64

RGB Variations

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

Color information

#385C0F (or 0x385C0F) is known color: Verdun Green. HEX triplet: 38, 5C and 0F. RGB value is (56,92,15). Sum of RGB (Red+Green+Blue) = 56+92+15=163 (21% of max value = 765). Red value is 56 (22.27% from 255 or 34.36% from 163); Green value is 92 (36.33% from 255 or 56.44% from 163); Blue value is 15 (6.25% from 255 or 9.20% from 163); Max value from RGB is 92 - color contains mainly: green. Hex color #385C0F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #385C0F is #C7A3F0. Grayscale: #484848. Windows color (decimal): -13083633 or 1006648. OLE color: 1006648.

HSL color Cylindrical-coordinate representation of color #385C0F: hue angle of 88.05º degrees, saturation: 0.72, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #385C0F is Cyan = 0.39, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.64.

Color convert

RGB 56 92 15 -
CMYK 0.39 0 0.84 0.64
HSL 88.05º 0.72% 0.21% -
HSV(B) 88.05º 0.84% 0.36% -
XYZ 5.54 8.53 1.81 -
YUV 72.46 95.57 116.26 -
System Red Green Blue C M Y K H S L
Decimal 56 92 15 0.39 0 0.84 0.64 88.05 0.72 0.21
Hex 38 5C F 27 0 54 40 58 48 15
Octal 70 134 17 47 0 124 100 130 110 25
Binary 111000 1011100 1111 100111 0 1010100 1000000 1011000 1001000 10101

Color Harmonies of #385C0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #385C0F

Black with #385C0F

Text Example


Text Example

White with #385C0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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