Html Css Color HEX #389C58 Chateau Green

📋 copy color: '#389C58'

red 56 ◦ green 156 ◦ blue 88

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

Shades of Chateau Green #389C58

Tints of Chateau Green #389C58

RGB

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

 GREEN value IS 156 (61.33% from 255) = 52%

 BLUE value IS 88 (34.77% from 255) = 29.33%

R = 18.67%
G = 52%
B = 29.33%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.44

 K value IS 0.39

RGB Variations

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

Color information

#389C58 (or 0x389C58) is known color: Chateau Green. HEX triplet: 38, 9C and 58. RGB value is (56,156,88). Sum of RGB (Red+Green+Blue) = 56+156+88=300 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.67% from 300); Green value is 156 (61.33% from 255 or 52% from 300); Blue value is 88 (34.77% from 255 or 29.33% from 300); Max value from RGB is 156 - color contains mainly: green. Hex color #389C58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389C58 is #C763A7. Grayscale: #767676. Windows color (decimal): -13067176 or 5807160. OLE color: 5807160.

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

Color convert

RGB 56 156 88 -
CMYK 0.64 0 0.44 0.39
HSL 139.2º 0.47% 0.42% -
HSV(B) 139.2º 0.64% 0.61% -
XYZ 15.28 25.32 13.31 -
YUV 118.35 110.87 83.53 -
System Red Green Blue C M Y K H S L
Decimal 56 156 88 0.64 0 0.44 0.39 139.2 0.47 0.42
Hex 38 9C 58 40 0 2C 27 8B 2F 2A
Octal 70 234 130 100 0 54 47 213 57 52
Binary 111000 10011100 1011000 1000000 0 101100 100111 10001011 101111 101010

Color Harmonies of #389C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389C58

Black with #389C58

Text Example


Text Example

White with #389C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,156,88); }

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

background-color css

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

 a { background-color: rgb(56,156,88); }

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

border-color css

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

 span { border-color: rgb(56,156,88); }

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