Html Css Color HEX #389750 Chateau Green

📋 copy color: '#389750'

red 56 ◦ green 151 ◦ blue 80

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

Shades of Chateau Green #389750

Tints of Chateau Green #389750

RGB

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

 GREEN value IS 151 (59.38% from 255) = 52.61%

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

R = 19.51%
G = 52.61%
B = 27.87%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.47

 K value IS 0.41

RGB Variations

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

Color information

#389750 (or 0x389750) is known color: Chateau Green. HEX triplet: 38, 97 and 50. RGB value is (56,151,80). Sum of RGB (Red+Green+Blue) = 56+151+80=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 151 (59.38% from 255 or 52.61% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 151 - color contains mainly: green. Hex color #389750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389750 is #C768AF. Grayscale: #727272. Windows color (decimal): -13068464 or 5281592. OLE color: 5281592.

HSL color Cylindrical-coordinate representation of color #389750: hue angle of 135.16º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389750 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.41.

Color convert

RGB 56 151 80 -
CMYK 0.63 0 0.47 0.41
HSL 135.16º 0.46% 0.41% -
HSV(B) 135.16º 0.63% 0.59% -
XYZ 14.15 23.55 11.39 -
YUV 114.5 108.53 86.27 -
System Red Green Blue C M Y K H S L
Decimal 56 151 80 0.63 0 0.47 0.41 135.16 0.46 0.41
Hex 38 97 50 3F 0 2F 29 87 2E 29
Octal 70 227 120 77 0 57 51 207 56 51
Binary 111000 10010111 1010000 111111 0 101111 101001 10000111 101110 101001

Color Harmonies of #389750

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389750

Black with #389750

Text Example


Text Example

White with #389750

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389750; }

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

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

background-color css

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

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

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

border-color css

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

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

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