Html Css Color HEX #386744 Hunter Green

📋 copy color: '#386744'

red 56 ◦ green 103 ◦ blue 68

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

Shades of Hunter Green #386744

Tints of Hunter Green #386744

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.37%

 BLUE value IS 68 (26.95% from 255) = 29.96%

R = 24.67%
G = 45.37%
B = 29.96%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#386744 (or 0x386744) is known color: Hunter Green. HEX triplet: 38, 67 and 44. RGB value is (56,103,68). Sum of RGB (Red+Green+Blue) = 56+103+68=227 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.67% from 227); Green value is 103 (40.62% from 255 or 45.37% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 103 - color contains mainly: green. Hex color #386744 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386744 is #C798BB. Grayscale: #555555. Windows color (decimal): -13080764 or 4482872. OLE color: 4482872.

HSL color Cylindrical-coordinate representation of color #386744: hue angle of 135.32º degrees, saturation: 0.3, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #386744 is Cyan = 0.46, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.60.

Color convert

RGB 56 103 68 -
CMYK 0.46 0 0.34 0.60
HSL 135.32º 0.3% 0.31% -
HSV(B) 135.32º 0.46% 0.4% -
XYZ 7.52 10.96 7.19 -
YUV 84.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 56 103 68 0.46 0 0.34 0.60 135.32 0.3 0.31
Hex 38 67 44 2E 0 22 3C 87 1E 1F
Octal 70 147 104 56 0 42 74 207 36 37
Binary 111000 1100111 1000100 101110 0 100010 111100 10000111 11110 11111

Color Harmonies of #386744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386744

Black with #386744

Text Example


Text Example

White with #386744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386744; }

 p { color: rgb(56,103,68); }

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

background-color css

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

 a { background-color: rgb(56,103,68); }

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

border-color css

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

 span { border-color: rgb(56,103,68); }

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