Html Css Color HEX #389450 Chateau Green

📋 copy color: '#389450'

red 56 ◦ green 148 ◦ blue 80

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

Shades of Chateau Green #389450

Tints of Chateau Green #389450

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 28.17%

R = 19.72%
G = 52.11%
B = 28.17%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.46

 K value IS 0.42

RGB Variations

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

Color information

#389450 (or 0x389450) is known color: Chateau Green. HEX triplet: 38, 94 and 50. RGB value is (56,148,80). Sum of RGB (Red+Green+Blue) = 56+148+80=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 148 (58.20% from 255 or 52.11% from 284); Blue value is 80 (31.64% from 255 or 28.17% from 284); Max value from RGB is 148 - color contains mainly: green. Hex color #389450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389450 is #C76BAF. Grayscale: #707070. Windows color (decimal): -13069232 or 5280824. OLE color: 5280824.

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

Color convert

RGB 56 148 80 -
CMYK 0.62 0 0.46 0.42
HSL 135.65º 0.45% 0.4% -
HSV(B) 135.65º 0.62% 0.58% -
XYZ 13.67 22.6 11.23 -
YUV 112.74 109.52 87.53 -
System Red Green Blue C M Y K H S L
Decimal 56 148 80 0.62 0 0.46 0.42 135.65 0.45 0.4
Hex 38 94 50 3E 0 2E 2A 88 2D 28
Octal 70 224 120 76 0 56 52 210 55 50
Binary 111000 10010100 1010000 111110 0 101110 101010 10001000 101101 101000

Color Harmonies of #389450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389450

Black with #389450

Text Example


Text Example

White with #389450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389450; }

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

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

background-color css

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

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

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

border-color css

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

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

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