Html Css Color HEX #389A4C Chateau Green

📋 copy color: '#389A4C'

red 56 ◦ green 154 ◦ blue 76

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

Shades of Chateau Green #389A4C

Tints of Chateau Green #389A4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 26.57%

R = 19.58%
G = 53.85%
B = 26.57%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#389A4C (or 0x389A4C) is known color: Chateau Green. HEX triplet: 38, 9A and 4C. RGB value is (56,154,76). Sum of RGB (Red+Green+Blue) = 56+154+76=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 154 (60.55% from 255 or 53.85% from 286); Blue value is 76 (30.08% from 255 or 26.57% from 286); Max value from RGB is 154 - color contains mainly: green. Hex color #389A4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389A4C is #C765B3. Grayscale: #747474. Windows color (decimal): -13067700 or 5020216. OLE color: 5020216.

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

Color convert

RGB 56 154 76 -
CMYK 0.64 0 0.51 0.40
HSL 132.24º 0.47% 0.41% -
HSV(B) 132.24º 0.64% 0.6% -
XYZ 14.49 24.47 10.8 -
YUV 115.81 105.53 85.34 -
System Red Green Blue C M Y K H S L
Decimal 56 154 76 0.64 0 0.51 0.40 132.24 0.47 0.41
Hex 38 9A 4C 40 0 33 28 84 2F 29
Octal 70 232 114 100 0 63 50 204 57 51
Binary 111000 10011010 1001100 1000000 0 110011 101000 10000100 101111 101001

Color Harmonies of #389A4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389A4C

Black with #389A4C

Text Example


Text Example

White with #389A4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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