Html Css Color HEX #38610F Verdun Green

📋 copy color: '#38610F'

red 56 ◦ green 97 ◦ blue 15

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

Shades of Verdun Green #38610F

Tints of Verdun Green #38610F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 57.74%

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

R = 33.33%
G = 57.74%
B = 8.93%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.85

 K value IS 0.62

RGB Variations

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

Color information

#38610F (or 0x38610F) is known color: Verdun Green. HEX triplet: 38, 61 and 0F. RGB value is (56,97,15). Sum of RGB (Red+Green+Blue) = 56+97+15=168 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.33% from 168); Green value is 97 (38.28% from 255 or 57.74% from 168); Blue value is 15 (6.25% from 255 or 8.93% from 168); Max value from RGB is 97 - color contains mainly: green. Hex color #38610F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38610F is #C79EF0. Grayscale: #4B4B4B. Windows color (decimal): -13082353 or 1007928. OLE color: 1007928.

HSL color Cylindrical-coordinate representation of color #38610F: hue angle of 90º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38610F is Cyan = 0.42, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 15 -
CMYK 0.42 0 0.85 0.62
HSL 90º 0.73% 0.22% -
HSV(B) 90º 0.85% 0.38% -
XYZ 5.99 9.42 1.96 -
YUV 75.39 93.92 114.17 -
System Red Green Blue C M Y K H S L
Decimal 56 97 15 0.42 0 0.85 0.62 90 0.73 0.22
Hex 38 61 F 2A 0 55 3E 5A 49 16
Octal 70 141 17 52 0 125 76 132 111 26
Binary 111000 1100001 1111 101010 0 1010101 111110 1011010 1001001 10110

Color Harmonies of #38610F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38610F

Black with #38610F

Text Example


Text Example

White with #38610F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38610F; }

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

 H1.HeaderClassName
 {
   color: #38610F;
 }
 .AnyTagClassName
 {
   color: #38610F;
 }
</style>

background-color css

<style>
 a { background-color: #38610F; }

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

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

border-color css

<style>
 span { border-color: #38610F; }

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

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