Html Css Color HEX #389556 Chateau Green

📋 copy color: '#389556'

red 56 ◦ green 149 ◦ blue 86

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

Shades of Chateau Green #389556

Tints of Chateau Green #389556

RGB

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

 GREEN value IS 149 (58.59% from 255) = 51.2%

 BLUE value IS 86 (33.98% from 255) = 29.55%

R = 19.24%
G = 51.2%
B = 29.55%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#389556 (or 0x389556) is known color: Chateau Green. HEX triplet: 38, 95 and 56. RGB value is (56,149,86). Sum of RGB (Red+Green+Blue) = 56+149+86=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 149 (58.59% from 255 or 51.20% from 291); Blue value is 86 (33.98% from 255 or 29.55% from 291); Max value from RGB is 149 - color contains mainly: green. Hex color #389556 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389556 is #C76AA9. Grayscale: #727272. Windows color (decimal): -13068970 or 5674296. OLE color: 5674296.

HSL color Cylindrical-coordinate representation of color #389556: hue angle of 139.35º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389556 is Cyan = 0.62, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 149 86 -
CMYK 0.62 0 0.42 0.42
HSL 139.35º 0.45% 0.4% -
HSV(B) 139.35º 0.62% 0.58% -
XYZ 14.06 23.01 12.5 -
YUV 114.01 112.19 86.62 -
System Red Green Blue C M Y K H S L
Decimal 56 149 86 0.62 0 0.42 0.42 139.35 0.45 0.4
Hex 38 95 56 3E 0 2A 2A 8B 2D 28
Octal 70 225 126 76 0 52 52 213 55 50
Binary 111000 10010101 1010110 111110 0 101010 101010 10001011 101101 101000

Color Harmonies of #389556

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389556

Black with #389556

Text Example


Text Example

White with #389556

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389556; }

 p { color: rgb(56,149,86); }

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

background-color css

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

 a { background-color: rgb(56,149,86); }

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

border-color css

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

 span { border-color: rgb(56,149,86); }

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