Html Css Color HEX #386543 Hunter Green

📋 copy color: '#386543'

red 56 ◦ green 101 ◦ blue 67

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

Shades of Hunter Green #386543

Tints of Hunter Green #386543

RGB

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

 GREEN value IS 101 (39.84% from 255) = 45.09%

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

R = 25%
G = 45.09%
B = 29.91%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#386543 (or 0x386543) is known color: Hunter Green. HEX triplet: 38, 65 and 43. RGB value is (56,101,67). Sum of RGB (Red+Green+Blue) = 56+101+67=224 (29% of max value = 765). Red value is 56 (22.27% from 255 or 25% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 67 (26.56% from 255 or 29.91% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #386543 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386543 is #C79ABC. Grayscale: #535353. Windows color (decimal): -13081277 or 4416824. OLE color: 4416824.

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

Color convert

RGB 56 101 67 -
CMYK 0.45 0 0.34 0.60
HSL 134.67º 0.29% 0.31% -
HSV(B) 134.67º 0.45% 0.4% -
XYZ 7.3 10.55 6.96 -
YUV 83.67 118.59 108.26 -
System Red Green Blue C M Y K H S L
Decimal 56 101 67 0.45 0 0.34 0.60 134.67 0.29 0.31
Hex 38 65 43 2D 0 22 3C 87 1D 1F
Octal 70 145 103 55 0 42 74 207 35 37
Binary 111000 1100101 1000011 101101 0 100010 111100 10000111 11101 11111

Color Harmonies of #386543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #386543

Black with #386543

Text Example


Text Example

White with #386543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #386543; }

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

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

background-color css

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

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

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

border-color css

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

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

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