Html Css Color HEX #38620D Verdun Green

📋 copy color: '#38620D'

red 56 ◦ green 98 ◦ blue 13

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

Shades of Verdun Green #38620D

Tints of Verdun Green #38620D

RGB

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

 GREEN value IS 98 (38.67% from 255) = 58.68%

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

R = 33.53%
G = 58.68%
B = 7.78%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.87

 K value IS 0.62

RGB Variations

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

Color information

#38620D (or 0x38620D) is known color: Verdun Green. HEX triplet: 38, 62 and 0D. RGB value is (56,98,13). Sum of RGB (Red+Green+Blue) = 56+98+13=167 (22% of max value = 765). Red value is 56 (22.27% from 255 or 33.53% from 167); Green value is 98 (38.67% from 255 or 58.68% from 167); Blue value is 13 (5.47% from 255 or 7.78% from 167); Max value from RGB is 98 - color contains mainly: green. Hex color #38620D is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38620D is #C79DF2. Grayscale: #4C4C4C. Windows color (decimal): -13082099 or 877112. OLE color: 877112.

HSL color Cylindrical-coordinate representation of color #38620D: hue angle of 89.65º degrees, saturation: 0.77, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #38620D is Cyan = 0.43, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 13 -
CMYK 0.43 0 0.87 0.62
HSL 89.65º 0.77% 0.22% -
HSV(B) 89.65º 0.87% 0.38% -
XYZ 6.07 9.61 1.91 -
YUV 75.75 92.59 113.91 -
System Red Green Blue C M Y K H S L
Decimal 56 98 13 0.43 0 0.87 0.62 89.65 0.77 0.22
Hex 38 62 D 2B 0 57 3E 5A 4D 16
Octal 70 142 15 53 0 127 76 132 115 26
Binary 111000 1100010 1101 101011 0 1010111 111110 1011010 1001101 10110

Color Harmonies of #38620D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38620D

Black with #38620D

Text Example


Text Example

White with #38620D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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