Html Css Color HEX #386944 Hunter Green

📋 copy color: '#386944'

red 56 ◦ green 105 ◦ blue 68

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

Shades of Hunter Green #386944

Tints of Hunter Green #386944

RGB

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

 GREEN value IS 105 (41.41% from 255) = 45.85%

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

R = 24.45%
G = 45.85%
B = 29.69%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.35

 K value IS 0.59

RGB Variations

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

Color information

#386944 (or 0x386944) is known color: Hunter Green. HEX triplet: 38, 69 and 44. RGB value is (56,105,68). Sum of RGB (Red+Green+Blue) = 56+105+68=229 (30% of max value = 765). Red value is 56 (22.27% from 255 or 24.45% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 68 (26.95% from 255 or 29.69% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #386944 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386944 is #C796BB. Grayscale: #565656. Windows color (decimal): -13080252 or 4483384. OLE color: 4483384.

HSL color Cylindrical-coordinate representation of color #386944: hue angle of 134.69º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #386944 is Cyan = 0.47, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB 56 105 68 -
CMYK 0.47 0 0.35 0.59
HSL 134.69º 0.3% 0.32% -
HSV(B) 134.69º 0.47% 0.41% -
XYZ 7.73 11.36 7.25 -
YUV 86.13 117.77 106.51 -
System Red Green Blue C M Y K H S L
Decimal 56 105 68 0.47 0 0.35 0.59 134.69 0.3 0.32
Hex 38 69 44 2F 0 23 3B 87 1E 20
Octal 70 151 104 57 0 43 73 207 36 40
Binary 111000 1101001 1000100 101111 0 100011 111011 10000111 11110 100000

Color Harmonies of #386944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386944

Black with #386944

Text Example


Text Example

White with #386944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386944; }

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

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

background-color css

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

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

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

border-color css

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

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

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