Html Css Color HEX #38613F Hunter Green

📋 copy color: '#38613F'

red 56 ◦ green 97 ◦ blue 63

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

Shades of Hunter Green #38613F

Tints of Hunter Green #38613F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.17%

R = 25.93%
G = 44.91%
B = 29.17%

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

#38613F (or 0x38613F) is known color: Hunter Green. HEX triplet: 38, 61 and 3F. RGB value is (56,97,63). Sum of RGB (Red+Green+Blue) = 56+97+63=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 97 (38.28% from 255 or 44.91% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 97 - color contains mainly: green. Hex color #38613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38613F is #C79EC0. Grayscale: #505050. Windows color (decimal): -13082305 or 4153656. OLE color: 4153656.

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

Color convert

RGB 56 97 63 -
CMYK 0.42 0 0.35 0.62
HSL 130.24º 0.27% 0.3% -
HSV(B) 130.24º 0.42% 0.38% -
XYZ 6.8 9.75 6.23 -
YUV 80.87 117.92 110.26 -
System Red Green Blue C M Y K H S L
Decimal 56 97 63 0.42 0 0.35 0.62 130.24 0.27 0.3
Hex 38 61 3F 2A 0 23 3E 82 1B 1E
Octal 70 141 77 52 0 43 76 202 33 36
Binary 111000 1100001 111111 101010 0 100011 111110 10000010 11011 11110

Color Harmonies of #38613F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38613F

Black with #38613F

Text Example


Text Example

White with #38613F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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