Html Css Color HEX #389455 Chateau Green

📋 copy color: '#389455'

red 56 ◦ green 148 ◦ blue 85

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

Shades of Chateau Green #389455

Tints of Chateau Green #389455

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.21%

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 19.38%
G = 51.21%
B = 29.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.42

RGB Variations

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

Color information

#389455 (or 0x389455) is known color: Chateau Green. HEX triplet: 38, 94 and 55. RGB value is (56,148,85). Sum of RGB (Red+Green+Blue) = 56+148+85=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 148 (58.20% from 255 or 51.21% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 148 - color contains mainly: green. Hex color #389455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389455 is #C76BAA. Grayscale: #717171. Windows color (decimal): -13069227 or 5608504. OLE color: 5608504.

HSL color Cylindrical-coordinate representation of color #389455: hue angle of 138.91º 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 #389455 is Cyan = 0.62, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 148 85 -
CMYK 0.62 0 0.43 0.42
HSL 138.91º 0.45% 0.4% -
HSV(B) 138.91º 0.62% 0.58% -
XYZ 13.86 22.68 12.24 -
YUV 113.31 112.02 87.12 -
System Red Green Blue C M Y K H S L
Decimal 56 148 85 0.62 0 0.43 0.42 138.91 0.45 0.4
Hex 38 94 55 3E 0 2B 2A 8B 2D 28
Octal 70 224 125 76 0 53 52 213 55 50
Binary 111000 10010100 1010101 111110 0 101011 101010 10001011 101101 101000

Color Harmonies of #389455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389455

Black with #389455

Text Example


Text Example

White with #389455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389455; }

 p { color: rgb(56,148,85); }

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

background-color css

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

 a { background-color: rgb(56,148,85); }

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

border-color css

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

 span { border-color: rgb(56,148,85); }

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