Html Css Color HEX #38530E Verdun Green

📋 copy color: '#38530E'

red 56 ◦ green 83 ◦ blue 14

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

Shades of Verdun Green #38530E

Tints of Verdun Green #38530E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 54.25%

 BLUE value IS 14 (5.86% from 255) = 9.15%

R = 36.6%
G = 54.25%
B = 9.15%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#38530E (or 0x38530E) is known color: Verdun Green. HEX triplet: 38, 53 and 0E. RGB value is (56,83,14). Sum of RGB (Red+Green+Blue) = 56+83+14=153 (20% of max value = 765). Red value is 56 (22.27% from 255 or 36.60% from 153); Green value is 83 (32.81% from 255 or 54.25% from 153); Blue value is 14 (5.86% from 255 or 9.15% from 153); Max value from RGB is 83 - color contains mainly: green. Hex color #38530E is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38530E is #C7ACF1. Grayscale: #434343. Windows color (decimal): -13085938 or 938808. OLE color: 938808.

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

Color convert

RGB 56 83 14 -
CMYK 0.33 0 0.83 0.67
HSL 83.48º 0.71% 0.19% -
HSV(B) 83.48º 0.83% 0.33% -
XYZ 4.8 7.06 1.52 -
YUV 67.06 98.05 120.11 -
System Red Green Blue C M Y K H S L
Decimal 56 83 14 0.33 0 0.83 0.67 83.48 0.71 0.19
Hex 38 53 E 21 0 53 43 53 47 13
Octal 70 123 16 41 0 123 103 123 107 23
Binary 111000 1010011 1110 100001 0 1010011 1000011 1010011 1000111 10011

Color Harmonies of #38530E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38530E

Black with #38530E

Text Example


Text Example

White with #38530E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38530E; }

 p { color: rgb(56,83,14); }

 H1.HeaderClassName
 {
   color: #38530E;
 }
 .AnyTagClassName
 {
   color: #38530E;
 }
</style>

background-color css

<style>
 a { background-color: #38530E; }

 a { background-color: rgb(56,83,14); }

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

border-color css

<style>
 span { border-color: #38530E; }

 span { border-color: rgb(56,83,14); }

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