Html Css Color HEX #38550D Verdun Green

📋 copy color: '#38550D'

red 56 ◦ green 85 ◦ blue 13

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

Shades of Verdun Green #38550D

Tints of Verdun Green #38550D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 55.19%

 BLUE value IS 13 (5.47% from 255) = 8.44%

R = 36.36%
G = 55.19%
B = 8.44%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.67

RGB Variations

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

Color information

#38550D (or 0x38550D) is known color: Verdun Green. HEX triplet: 38, 55 and 0D. RGB value is (56,85,13). Sum of RGB (Red+Green+Blue) = 56+85+13=154 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.36% from 154); Green value is 85 (33.59% from 255 or 55.19% from 154); Blue value is 13 (5.47% from 255 or 8.44% from 154); Max value from RGB is 85 - color contains mainly: green. Hex color #38550D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38550D is #C7AAF2. Grayscale: #444444. Windows color (decimal): -13085427 or 873784. OLE color: 873784.

HSL color Cylindrical-coordinate representation of color #38550D: hue angle of 84.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #38550D is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB 56 85 13 -
CMYK 0.34 0 0.85 0.67
HSL 84.17º 0.73% 0.19% -
HSV(B) 84.17º 0.85% 0.33% -
XYZ 4.95 7.37 1.54 -
YUV 68.12 96.89 119.35 -
System Red Green Blue C M Y K H S L
Decimal 56 85 13 0.34 0 0.85 0.67 84.17 0.73 0.19
Hex 38 55 D 22 0 55 43 54 49 13
Octal 70 125 15 42 0 125 103 124 111 23
Binary 111000 1010101 1101 100010 0 1010101 1000011 1010100 1001001 10011

Color Harmonies of #38550D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38550D

Black with #38550D

Text Example


Text Example

White with #38550D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38550D; }

 p { color: rgb(56,85,13); }

 H1.HeaderClassName
 {
   color: #38550D;
 }
 .AnyTagClassName
 {
   color: #38550D;
 }
</style>

background-color css

<style>
 a { background-color: #38550D; }

 a { background-color: rgb(56,85,13); }

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

border-color css

<style>
 span { border-color: #38550D; }

 span { border-color: rgb(56,85,13); }

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