Html Css Color HEX #38603C Hunter Green

📋 copy color: '#38603C'

red 56 ◦ green 96 ◦ blue 60

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

Shades of Hunter Green #38603C

Tints of Hunter Green #38603C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 45.28%

 BLUE value IS 60 (23.83% from 255) = 28.3%

R = 26.42%
G = 45.28%
B = 28.3%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.38

 K value IS 0.62

RGB Variations

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

Color information

#38603C (or 0x38603C) is known color: Hunter Green. HEX triplet: 38, 60 and 3C. RGB value is (56,96,60). Sum of RGB (Red+Green+Blue) = 56+96+60=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 96 (37.89% from 255 or 45.28% from 212); Blue value is 60 (23.83% from 255 or 28.30% from 212); Max value from RGB is 96 - color contains mainly: green. Hex color #38603C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38603C is #C79FC3. Grayscale: #505050. Windows color (decimal): -13082564 or 3956792. OLE color: 3956792.

HSL color Cylindrical-coordinate representation of color #38603C: hue angle of 126º degrees, saturation: 0.26, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #38603C is Cyan = 0.42, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 60 -
CMYK 0.42 0 0.38 0.62
HSL 126º 0.26% 0.3% -
HSV(B) 126º 0.42% 0.38% -
XYZ 6.63 9.53 5.77 -
YUV 79.94 116.75 110.93 -
System Red Green Blue C M Y K H S L
Decimal 56 96 60 0.42 0 0.38 0.62 126 0.26 0.3
Hex 38 60 3C 2A 0 26 3E 7E 1A 1E
Octal 70 140 74 52 0 46 76 176 32 36
Binary 111000 1100000 111100 101010 0 100110 111110 1111110 11010 11110

Color Harmonies of #38603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38603C

Black with #38603C

Text Example


Text Example

White with #38603C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38603C; }

 p { color: rgb(56,96,60); }

 H1.HeaderClassName
 {
   color: #38603C;
 }
 .AnyTagClassName
 {
   color: #38603C;
 }
</style>

background-color css

<style>
 a { background-color: #38603C; }

 a { background-color: rgb(56,96,60); }

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

border-color css

<style>
 span { border-color: #38603C; }

 span { border-color: rgb(56,96,60); }

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