Html Css Color HEX #38603E Hunter Green

📋 copy color: '#38603E'

red 56 ◦ green 96 ◦ blue 62

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

Shades of Hunter Green #38603E

Tints of Hunter Green #38603E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 26.17%
G = 44.86%
B = 28.97%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.35

 K value IS 0.62

RGB Variations

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

Color information

#38603E (or 0x38603E) is known color: Hunter Green. HEX triplet: 38, 60 and 3E. RGB value is (56,96,62). Sum of RGB (Red+Green+Blue) = 56+96+62=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #38603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38603E is #C79FC1. Grayscale: #505050. Windows color (decimal): -13082562 or 4087864. OLE color: 4087864.

HSL color Cylindrical-coordinate representation of color #38603E: hue angle of 129º 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 #38603E is Cyan = 0.42, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 96 62 -
CMYK 0.42 0 0.35 0.62
HSL 129º 0.26% 0.3% -
HSV(B) 129º 0.42% 0.38% -
XYZ 6.68 9.55 6.05 -
YUV 80.16 117.75 110.76 -
System Red Green Blue C M Y K H S L
Decimal 56 96 62 0.42 0 0.35 0.62 129 0.26 0.3
Hex 38 60 3E 2A 0 23 3E 81 1A 1E
Octal 70 140 76 52 0 43 76 201 32 36
Binary 111000 1100000 111110 101010 0 100011 111110 10000001 11010 11110

Color Harmonies of #38603E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38603E

Black with #38603E

Text Example


Text Example

White with #38603E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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