Html Css Color HEX #389648 Chateau Green

📋 copy color: '#389648'

red 56 ◦ green 150 ◦ blue 72

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

Shades of Chateau Green #389648

Tints of Chateau Green #389648

RGB

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

 GREEN value IS 150 (58.98% from 255) = 53.96%

 BLUE value IS 72 (28.52% from 255) = 25.9%

R = 20.14%
G = 53.96%
B = 25.9%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.52

 K value IS 0.41

RGB Variations

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

Color information

#389648 (or 0x389648) is known color: Chateau Green. HEX triplet: 38, 96 and 48. RGB value is (56,150,72). Sum of RGB (Red+Green+Blue) = 56+150+72=278 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.14% from 278); Green value is 150 (58.98% from 255 or 53.96% from 278); Blue value is 72 (28.52% from 255 or 25.90% from 278); Max value from RGB is 150 - color contains mainly: green. Hex color #389648 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389648 is #C769B7. Grayscale: #717171. Windows color (decimal): -13068728 or 4757048. OLE color: 4757048.

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

Color convert

RGB 56 150 72 -
CMYK 0.63 0 0.52 0.41
HSL 130.21º 0.46% 0.4% -
HSV(B) 130.21º 0.63% 0.59% -
XYZ 13.71 23.12 9.87 -
YUV 113 104.86 87.34 -
System Red Green Blue C M Y K H S L
Decimal 56 150 72 0.63 0 0.52 0.41 130.21 0.46 0.4
Hex 38 96 48 3F 0 34 29 82 2E 28
Octal 70 226 110 77 0 64 51 202 56 50
Binary 111000 10010110 1001000 111111 0 110100 101001 10000010 101110 101000

Color Harmonies of #389648

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389648

Black with #389648

Text Example


Text Example

White with #389648

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389648; }

 p { color: rgb(56,150,72); }

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

background-color css

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

 a { background-color: rgb(56,150,72); }

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

border-color css

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

 span { border-color: rgb(56,150,72); }

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