Html Css Color HEX #389253 Chateau Green

📋 copy color: '#389253'

red 56 ◦ green 146 ◦ blue 83

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

Shades of Chateau Green #389253

Tints of Chateau Green #389253

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 29.12%

R = 19.65%
G = 51.23%
B = 29.12%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.43

 K value IS 0.43

RGB Variations

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

Color information

#389253 (or 0x389253) is known color: Chateau Green. HEX triplet: 38, 92 and 53. RGB value is (56,146,83). Sum of RGB (Red+Green+Blue) = 56+146+83=285 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.65% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 83 (32.81% from 255 or 29.12% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #389253 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389253 is #C76DAC. Grayscale: #707070. Windows color (decimal): -13069741 or 5476920. OLE color: 5476920.

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

Color convert

RGB 56 146 83 -
CMYK 0.62 0 0.43 0.43
HSL 138º 0.45% 0.4% -
HSV(B) 138º 0.62% 0.57% -
XYZ 13.47 22.02 11.72 -
YUV 111.91 111.68 88.12 -
System Red Green Blue C M Y K H S L
Decimal 56 146 83 0.62 0 0.43 0.43 138 0.45 0.4
Hex 38 92 53 3E 0 2B 2B 8A 2D 28
Octal 70 222 123 76 0 53 53 212 55 50
Binary 111000 10010010 1010011 111110 0 101011 101011 10001010 101101 101000

Color Harmonies of #389253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389253

Black with #389253

Text Example


Text Example

White with #389253

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389253; }

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

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

background-color css

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

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

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

border-color css

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

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

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