Html Css Color HEX #38613D Hunter Green

📋 copy color: '#38613D'

red 56 ◦ green 97 ◦ blue 61

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

Shades of Hunter Green #38613D

Tints of Hunter Green #38613D

RGB

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

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

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

R = 26.17%
G = 45.33%
B = 28.5%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.37

 K value IS 0.62

RGB Variations

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

Color information

#38613D (or 0x38613D) is known color: Hunter Green. HEX triplet: 38, 61 and 3D. RGB value is (56,97,61). Sum of RGB (Red+Green+Blue) = 56+97+61=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 97 (38.28% from 255 or 45.33% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 97 - color contains mainly: green. Hex color #38613D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613D is #C79EC2. Grayscale: #505050. Windows color (decimal): -13082307 or 4022584. OLE color: 4022584.

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

Color convert

RGB 56 97 61 -
CMYK 0.42 0 0.37 0.62
HSL 127.32º 0.27% 0.3% -
HSV(B) 127.32º 0.42% 0.38% -
XYZ 6.75 9.73 5.94 -
YUV 80.64 116.92 110.43 -
System Red Green Blue C M Y K H S L
Decimal 56 97 61 0.42 0 0.37 0.62 127.32 0.27 0.3
Hex 38 61 3D 2A 0 25 3E 7F 1B 1E
Octal 70 141 75 52 0 45 76 177 33 36
Binary 111000 1100001 111101 101010 0 100101 111110 1111111 11011 11110

Color Harmonies of #38613D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38613D

Black with #38613D

Text Example


Text Example

White with #38613D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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