Html Css Color HEX #389A4D Chateau Green

📋 copy color: '#389A4D'

red 56 ◦ green 154 ◦ blue 77

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

Shades of Chateau Green #389A4D

Tints of Chateau Green #389A4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 26.83%

R = 19.51%
G = 53.66%
B = 26.83%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.50

 K value IS 0.40

RGB Variations

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

Color information

#389A4D (or 0x389A4D) is known color: Chateau Green. HEX triplet: 38, 9A and 4D. RGB value is (56,154,77). Sum of RGB (Red+Green+Blue) = 56+154+77=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 154 (60.55% from 255 or 53.66% from 287); Blue value is 77 (30.47% from 255 or 26.83% from 287); Max value from RGB is 154 - color contains mainly: green. Hex color #389A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389A4D is #C765B2. Grayscale: #747474. Windows color (decimal): -13067699 or 5085752. OLE color: 5085752.

HSL color Cylindrical-coordinate representation of color #389A4D: hue angle of 132.86º 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 #389A4D is Cyan = 0.64, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 154 77 -
CMYK 0.64 0 0.50 0.40
HSL 132.86º 0.47% 0.41% -
HSV(B) 132.86º 0.64% 0.6% -
XYZ 14.53 24.49 10.98 -
YUV 115.92 106.03 85.26 -
System Red Green Blue C M Y K H S L
Decimal 56 154 77 0.64 0 0.50 0.40 132.86 0.47 0.41
Hex 38 9A 4D 40 0 32 28 85 2F 29
Octal 70 232 115 100 0 62 50 205 57 51
Binary 111000 10011010 1001101 1000000 0 110010 101000 10000101 101111 101001

Color Harmonies of #389A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A4D

Black with #389A4D

Text Example


Text Example

White with #389A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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