Html Css Color HEX #389B53 Chateau Green

📋 copy color: '#389B53'

red 56 ◦ green 155 ◦ blue 83

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

Shades of Chateau Green #389B53

Tints of Chateau Green #389B53

RGB

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

 GREEN value IS 155 (60.94% from 255) = 52.72%

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

R = 19.05%
G = 52.72%
B = 28.23%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.39

RGB Variations

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

Color information

#389B53 (or 0x389B53) is known color: Chateau Green. HEX triplet: 38, 9B and 53. RGB value is (56,155,83). Sum of RGB (Red+Green+Blue) = 56+155+83=294 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.05% from 294); Green value is 155 (60.94% from 255 or 52.72% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 155 - color contains mainly: green. Hex color #389B53 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389B53 is #C764AC. Grayscale: #757575. Windows color (decimal): -13067437 or 5479224. OLE color: 5479224.

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

Color convert

RGB 56 155 83 -
CMYK 0.64 0 0.46 0.39
HSL 136.36º 0.47% 0.41% -
HSV(B) 136.36º 0.64% 0.61% -
XYZ 14.91 24.91 12.21 -
YUV 117.19 108.7 84.35 -
System Red Green Blue C M Y K H S L
Decimal 56 155 83 0.64 0 0.46 0.39 136.36 0.47 0.41
Hex 38 9B 53 40 0 2E 27 88 2F 29
Octal 70 233 123 100 0 56 47 210 57 51
Binary 111000 10011011 1010011 1000000 0 101110 100111 10001000 101111 101001

Color Harmonies of #389B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389B53

Black with #389B53

Text Example


Text Example

White with #389B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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