Html Css Color HEX #386243 Hunter Green

📋 copy color: '#386243'

red 56 ◦ green 98 ◦ blue 67

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

Shades of Hunter Green #386243

Tints of Hunter Green #386243

RGB

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

 GREEN value IS 98 (38.67% from 255) = 44.34%

 BLUE value IS 67 (26.56% from 255) = 30.32%

R = 25.34%
G = 44.34%
B = 30.32%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.62

RGB Variations

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

Color information

#386243 (or 0x386243) is known color: Hunter Green. HEX triplet: 38, 62 and 43. RGB value is (56,98,67). Sum of RGB (Red+Green+Blue) = 56+98+67=221 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25.34% from 221); Green value is 98 (38.67% from 255 or 44.34% from 221); Blue value is 67 (26.56% from 255 or 30.32% from 221); Max value from RGB is 98 - color contains mainly: green. Hex color #386243 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386243 is #C79DBC. Grayscale: #515151. Windows color (decimal): -13082045 or 4416056. OLE color: 4416056.

HSL color Cylindrical-coordinate representation of color #386243: hue angle of 135.71º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #386243 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.62.

Color convert

RGB 56 98 67 -
CMYK 0.43 0 0.32 0.62
HSL 135.71º 0.27% 0.3% -
HSV(B) 135.71º 0.43% 0.38% -
XYZ 7.01 9.98 6.87 -
YUV 81.91 119.59 109.52 -
System Red Green Blue C M Y K H S L
Decimal 56 98 67 0.43 0 0.32 0.62 135.71 0.27 0.3
Hex 38 62 43 2B 0 20 3E 88 1B 1E
Octal 70 142 103 53 0 40 76 210 33 36
Binary 111000 1100010 1000011 101011 0 100000 111110 10001000 11011 11110

Color Harmonies of #386243

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386243

Black with #386243

Text Example


Text Example

White with #386243

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386243; }

 p { color: rgb(56,98,67); }

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

background-color css

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

 a { background-color: rgb(56,98,67); }

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

border-color css

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

 span { border-color: rgb(56,98,67); }

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