Html Css Color HEX #38603D Hunter Green

📋 copy color: '#38603D'

red 56 ◦ green 96 ◦ blue 61

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

Shades of Hunter Green #38603D

Tints of Hunter Green #38603D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.64%

R = 26.29%
G = 45.07%
B = 28.64%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.36

 K value IS 0.62

RGB Variations

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

Color information

#38603D (or 0x38603D) is known color: Hunter Green. HEX triplet: 38, 60 and 3D. RGB value is (56,96,61). Sum of RGB (Red+Green+Blue) = 56+96+61=213 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.29% from 213); Green value is 96 (37.89% from 255 or 45.07% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 96 - color contains mainly: green. Hex color #38603D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38603D is #C79FC2. Grayscale: #505050. Windows color (decimal): -13082563 or 4022328. OLE color: 4022328.

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

Color convert

RGB 56 96 61 -
CMYK 0.42 0 0.36 0.62
HSL 127.5º 0.26% 0.3% -
HSV(B) 127.5º 0.42% 0.38% -
XYZ 6.66 9.54 5.91 -
YUV 80.05 117.25 110.85 -
System Red Green Blue C M Y K H S L
Decimal 56 96 61 0.42 0 0.36 0.62 127.5 0.26 0.3
Hex 38 60 3D 2A 0 24 3E 80 1A 1E
Octal 70 140 75 52 0 44 76 200 32 36
Binary 111000 1100000 111101 101010 0 100100 111110 10000000 11010 11110

Color Harmonies of #38603D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38603D

Black with #38603D

Text Example


Text Example

White with #38603D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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