Html Css Color HEX #389353 Chateau Green

📋 copy color: '#389353'

red 56 ◦ green 147 ◦ blue 83

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

Shades of Chateau Green #389353

Tints of Chateau Green #389353

RGB

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

 GREEN value IS 147 (57.81% from 255) = 51.4%

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

R = 19.58%
G = 51.4%
B = 29.02%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.44

 K value IS 0.42

RGB Variations

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

Color information

#389353 (or 0x389353) is known color: Chateau Green. HEX triplet: 38, 93 and 53. RGB value is (56,147,83). Sum of RGB (Red+Green+Blue) = 56+147+83=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 83 (32.81% from 255 or 29.02% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #389353 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389353 is #C76CAC. Grayscale: #707070. Windows color (decimal): -13069485 or 5477176. OLE color: 5477176.

HSL color Cylindrical-coordinate representation of color #389353: hue angle of 137.8º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #389353 is Cyan = 0.62, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 83 -
CMYK 0.62 0 0.44 0.42
HSL 137.8º 0.45% 0.4% -
HSV(B) 137.8º 0.62% 0.58% -
XYZ 13.63 22.33 11.78 -
YUV 112.5 111.35 87.7 -
System Red Green Blue C M Y K H S L
Decimal 56 147 83 0.62 0 0.44 0.42 137.8 0.45 0.4
Hex 38 93 53 3E 0 2C 2A 8A 2D 28
Octal 70 223 123 76 0 54 52 212 55 50
Binary 111000 10010011 1010011 111110 0 101100 101010 10001010 101101 101000

Color Harmonies of #389353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389353

Black with #389353

Text Example


Text Example

White with #389353

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389353; }

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

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

background-color css

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

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

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

border-color css

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

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

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