Html Css Color HEX #386A3E Hunter Green

📋 copy color: '#386A3E'

red 56 ◦ green 106 ◦ blue 62

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

Shades of Hunter Green #386A3E

Tints of Hunter Green #386A3E

RGB

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

 GREEN value IS 106 (41.8% from 255) = 47.32%

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

R = 25%
G = 47.32%
B = 27.68%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.42

 K value IS 0.58

RGB Variations

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

Color information

#386A3E (or 0x386A3E) is known color: Hunter Green. HEX triplet: 38, 6A and 3E. RGB value is (56,106,62). Sum of RGB (Red+Green+Blue) = 56+106+62=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 106 (41.80% from 255 or 47.32% from 224); Blue value is 62 (24.61% from 255 or 27.68% from 224); Max value from RGB is 106 - color contains mainly: green. Hex color #386A3E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A3E is #C795C1. Grayscale: #565656. Windows color (decimal): -13080002 or 4090424. OLE color: 4090424.

HSL color Cylindrical-coordinate representation of color #386A3E: hue angle of 127.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386A3E is Cyan = 0.47, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.58.

Color convert

RGB 56 106 62 -
CMYK 0.47 0 0.42 0.58
HSL 127.2º 0.31% 0.32% -
HSV(B) 127.2º 0.47% 0.42% -
XYZ 7.65 11.5 6.37 -
YUV 86.03 114.44 106.58 -
System Red Green Blue C M Y K H S L
Decimal 56 106 62 0.47 0 0.42 0.58 127.2 0.31 0.32
Hex 38 6A 3E 2F 0 2A 3A 7F 1F 20
Octal 70 152 76 57 0 52 72 177 37 40
Binary 111000 1101010 111110 101111 0 101010 111010 1111111 11111 100000

Color Harmonies of #386A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386A3E

Black with #386A3E

Text Example


Text Example

White with #386A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386A3E; }

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

 H1.HeaderClassName
 {
   color: #386A3E;
 }
 .AnyTagClassName
 {
   color: #386A3E;
 }
</style>

background-color css

<style>
 a { background-color: #386A3E; }

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

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

border-color css

<style>
 span { border-color: #386A3E; }

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

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