Html Css Color HEX #389A53 Chateau Green

📋 copy color: '#389A53'

red 56 ◦ green 154 ◦ blue 83

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

Shades of Chateau Green #389A53

Tints of Chateau Green #389A53

RGB

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

 GREEN value IS 154 (60.55% from 255) = 52.56%

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

R = 19.11%
G = 52.56%
B = 28.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#389A53 (or 0x389A53) is known color: Chateau Green. HEX triplet: 38, 9A and 53. RGB value is (56,154,83). Sum of RGB (Red+Green+Blue) = 56+154+83=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 154 (60.55% from 255 or 52.56% from 293); Blue value is 83 (32.81% from 255 or 28.33% from 293); Max value from RGB is 154 - color contains mainly: green. Hex color #389A53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A53 is #C765AC. Grayscale: #747474. Windows color (decimal): -13067693 or 5478968. OLE color: 5478968.

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

Color convert

RGB 56 154 83 -
CMYK 0.64 0 0.46 0.40
HSL 136.53º 0.47% 0.41% -
HSV(B) 136.53º 0.64% 0.6% -
XYZ 14.75 24.58 12.15 -
YUV 116.6 109.03 84.77 -
System Red Green Blue C M Y K H S L
Decimal 56 154 83 0.64 0 0.46 0.40 136.53 0.47 0.41
Hex 38 9A 53 40 0 2E 28 89 2F 29
Octal 70 232 123 100 0 56 50 211 57 51
Binary 111000 10011010 1010011 1000000 0 101110 101000 10001001 101111 101001

Color Harmonies of #389A53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A53

Black with #389A53

Text Example


Text Example

White with #389A53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389A53; }

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

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

background-color css

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

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

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

border-color css

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

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

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