Html Css Color HEX #38530A Verdun Green

📋 copy color: '#38530A'

red 56 ◦ green 83 ◦ blue 10

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

Shades of Verdun Green #38530A

Tints of Verdun Green #38530A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 6.71%

R = 37.58%
G = 55.7%
B = 6.71%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.88

 K value IS 0.67

RGB Variations

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

Color information

#38530A (or 0x38530A) is known color: Verdun Green. HEX triplet: 38, 53 and 0A. RGB value is (56,83,10). Sum of RGB (Red+Green+Blue) = 56+83+10=149 (19% of max value = 765). Red value is 56 (22.27% from 255 or 37.58% from 149); Green value is 83 (32.81% from 255 or 55.70% from 149); Blue value is 10 (4.30% from 255 or 6.71% from 149); Max value from RGB is 83 - color contains mainly: green. Hex color #38530A is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #38530A is #C7ACF5. Grayscale: #424242. Windows color (decimal): -13085942 or 676664. OLE color: 676664.

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

Color convert

RGB 56 83 10 -
CMYK 0.33 0 0.88 0.67
HSL 82.19º 0.78% 0.18% -
HSV(B) 82.19º 0.88% 0.33% -
XYZ 4.78 7.05 1.4 -
YUV 66.61 96.05 120.44 -
System Red Green Blue C M Y K H S L
Decimal 56 83 10 0.33 0 0.88 0.67 82.19 0.78 0.18
Hex 38 53 A 21 0 58 43 52 4E 12
Octal 70 123 12 41 0 130 103 122 116 22
Binary 111000 1010011 1010 100001 0 1011000 1000011 1010010 1001110 10010

Color Harmonies of #38530A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38530A

Black with #38530A

Text Example


Text Example

White with #38530A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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