Html Css Color HEX #38540F Verdun Green

📋 copy color: '#38540F'

red 56 ◦ green 84 ◦ blue 15

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

Shades of Verdun Green #38540F

Tints of Verdun Green #38540F

RGB

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

 GREEN value IS 84 (33.2% from 255) = 54.19%

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

R = 36.13%
G = 54.19%
B = 9.68%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#38540F (or 0x38540F) is known color: Verdun Green. HEX triplet: 38, 54 and 0F. RGB value is (56,84,15). Sum of RGB (Red+Green+Blue) = 56+84+15=155 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.13% from 155); Green value is 84 (33.20% from 255 or 54.19% from 155); Blue value is 15 (6.25% from 255 or 9.68% from 155); Max value from RGB is 84 - color contains mainly: green. Hex color #38540F is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38540F is #C7ABF0. Grayscale: #444444. Windows color (decimal): -13085681 or 1004600. OLE color: 1004600.

HSL color Cylindrical-coordinate representation of color #38540F: hue angle of 84.35º degrees, saturation: 0.7, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #38540F is Cyan = 0.33, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 84 15 -
CMYK 0.33 0 0.82 0.67
HSL 84.35º 0.7% 0.19% -
HSV(B) 84.35º 0.82% 0.33% -
XYZ 4.89 7.22 1.59 -
YUV 67.76 98.22 119.61 -
System Red Green Blue C M Y K H S L
Decimal 56 84 15 0.33 0 0.82 0.67 84.35 0.7 0.19
Hex 38 54 F 21 0 52 43 54 46 13
Octal 70 124 17 41 0 122 103 124 106 23
Binary 111000 1010100 1111 100001 0 1010010 1000011 1010100 1000110 10011

Color Harmonies of #38540F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38540F

Black with #38540F

Text Example


Text Example

White with #38540F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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