Html Css Color HEX #389852 Chateau Green

📋 copy color: '#389852'

red 56 ◦ green 152 ◦ blue 82

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

Shades of Chateau Green #389852

Tints of Chateau Green #389852

RGB

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

 GREEN value IS 152 (59.77% from 255) = 52.41%

 BLUE value IS 82 (32.42% from 255) = 28.28%

R = 19.31%
G = 52.41%
B = 28.28%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.46

 K value IS 0.40

RGB Variations

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

Color information

#389852 (or 0x389852) is known color: Chateau Green. HEX triplet: 38, 98 and 52. RGB value is (56,152,82). Sum of RGB (Red+Green+Blue) = 56+152+82=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 82 (32.42% from 255 or 28.28% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #389852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #389852 is #C767AD. Grayscale: #737373. Windows color (decimal): -13068206 or 5412920. OLE color: 5412920.

HSL color Cylindrical-coordinate representation of color #389852: hue angle of 136.25º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #389852 is Cyan = 0.63, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.40.

Color convert

RGB 56 152 82 -
CMYK 0.63 0 0.46 0.40
HSL 136.25º 0.46% 0.41% -
HSV(B) 136.25º 0.63% 0.6% -
XYZ 14.38 23.91 11.84 -
YUV 115.32 109.2 85.69 -
System Red Green Blue C M Y K H S L
Decimal 56 152 82 0.63 0 0.46 0.40 136.25 0.46 0.41
Hex 38 98 52 3F 0 2E 28 88 2E 29
Octal 70 230 122 77 0 56 50 210 56 51
Binary 111000 10011000 1010010 111111 0 101110 101000 10001000 101110 101001

Color Harmonies of #389852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389852

Black with #389852

Text Example


Text Example

White with #389852

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389852; }

 p { color: rgb(56,152,82); }

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

background-color css

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

 a { background-color: rgb(56,152,82); }

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

border-color css

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

 span { border-color: rgb(56,152,82); }

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