Html Css Color HEX #38613B Hunter Green

📋 copy color: '#38613B'

red 56 ◦ green 97 ◦ blue 59

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

Shades of Hunter Green #38613B

Tints of Hunter Green #38613B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 45.75%

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 26.42%
G = 45.75%
B = 27.83%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.39

 K value IS 0.62

RGB Variations

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

Color information

#38613B (or 0x38613B) is known color: Hunter Green. HEX triplet: 38, 61 and 3B. RGB value is (56,97,59). Sum of RGB (Red+Green+Blue) = 56+97+59=212 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.42% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #38613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613B is #C79EC4. Grayscale: #505050. Windows color (decimal): -13082309 or 3891512. OLE color: 3891512.

HSL color Cylindrical-coordinate representation of color #38613B: hue angle of 124.39º degrees, saturation: 0.27, 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 #38613B is Cyan = 0.42, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 97 59 -
CMYK 0.42 0 0.39 0.62
HSL 124.39º 0.27% 0.3% -
HSV(B) 124.39º 0.42% 0.38% -
XYZ 6.69 9.71 5.66 -
YUV 80.41 115.92 110.59 -
System Red Green Blue C M Y K H S L
Decimal 56 97 59 0.42 0 0.39 0.62 124.39 0.27 0.3
Hex 38 61 3B 2A 0 27 3E 7C 1B 1E
Octal 70 141 73 52 0 47 76 174 33 36
Binary 111000 1100001 111011 101010 0 100111 111110 1111100 11011 11110

Color Harmonies of #38613B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38613B

Black with #38613B

Text Example


Text Example

White with #38613B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38613B; }

 p { color: rgb(56,97,59); }

 H1.HeaderClassName
 {
   color: #38613B;
 }
 .AnyTagClassName
 {
   color: #38613B;
 }
</style>

background-color css

<style>
 a { background-color: #38613B; }

 a { background-color: rgb(56,97,59); }

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

border-color css

<style>
 span { border-color: #38613B; }

 span { border-color: rgb(56,97,59); }

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