Html Css Color HEX #389245 Chateau Green

📋 copy color: '#389245'

red 56 ◦ green 146 ◦ blue 69

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

Shades of Chateau Green #389245

Tints of Chateau Green #389245

RGB

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

 GREEN value IS 146 (57.42% from 255) = 53.87%

 BLUE value IS 69 (27.34% from 255) = 25.46%

R = 20.66%
G = 53.87%
B = 25.46%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.53

 K value IS 0.43

RGB Variations

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

Color information

#389245 (or 0x389245) is known color: Chateau Green. HEX triplet: 38, 92 and 45. RGB value is (56,146,69). Sum of RGB (Red+Green+Blue) = 56+146+69=271 (35% of max value = 765). Red value is 56 (22.27% from 255 or 20.66% from 271); Green value is 146 (57.42% from 255 or 53.87% from 271); Blue value is 69 (27.34% from 255 or 25.46% from 271); Max value from RGB is 146 - color contains mainly: green. Hex color #389245 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389245 is #C76DBA. Grayscale: #6E6E6E. Windows color (decimal): -13069755 or 4559416. OLE color: 4559416.

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

Color convert

RGB 56 146 69 -
CMYK 0.62 0 0.53 0.43
HSL 128.67º 0.45% 0.4% -
HSV(B) 128.67º 0.62% 0.57% -
XYZ 12.98 21.83 9.16 -
YUV 110.31 104.68 89.26 -
System Red Green Blue C M Y K H S L
Decimal 56 146 69 0.62 0 0.53 0.43 128.67 0.45 0.4
Hex 38 92 45 3E 0 35 2B 81 2D 28
Octal 70 222 105 76 0 65 53 201 55 50
Binary 111000 10010010 1000101 111110 0 110101 101011 10000001 101101 101000

Color Harmonies of #389245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389245

Black with #389245

Text Example


Text Example

White with #389245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389245; }

 p { color: rgb(56,146,69); }

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

background-color css

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

 a { background-color: rgb(56,146,69); }

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

border-color css

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

 span { border-color: rgb(56,146,69); }

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