Html Css Color HEX #389348 Chateau Green

📋 copy color: '#389348'

red 56 ◦ green 147 ◦ blue 72

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

Shades of Chateau Green #389348

Tints of Chateau Green #389348

RGB

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

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

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

R = 20.36%
G = 53.45%
B = 26.18%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.42

RGB Variations

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

Color information

#389348 (or 0x389348) is known color: Chateau Green. HEX triplet: 38, 93 and 48. RGB value is (56,147,72). Sum of RGB (Red+Green+Blue) = 56+147+72=275 (36% of max value = 765). Red value is 56 (22.27% from 255 or 20.36% from 275); Green value is 147 (57.81% from 255 or 53.45% from 275); Blue value is 72 (28.52% from 255 or 26.18% from 275); Max value from RGB is 147 - color contains mainly: green. Hex color #389348 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #389348 is #C76CB7. Grayscale: #6F6F6F. Windows color (decimal): -13069496 or 4756280. OLE color: 4756280.

HSL color Cylindrical-coordinate representation of color #389348: hue angle of 130.55º 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 #389348 is Cyan = 0.62, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 147 72 -
CMYK 0.62 0 0.51 0.42
HSL 130.55º 0.45% 0.4% -
HSV(B) 130.55º 0.62% 0.58% -
XYZ 13.23 22.18 9.71 -
YUV 111.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 56 147 72 0.62 0 0.51 0.42 130.55 0.45 0.4
Hex 38 93 48 3E 0 33 2A 83 2D 28
Octal 70 223 110 76 0 63 52 203 55 50
Binary 111000 10010011 1001000 111110 0 110011 101010 10000011 101101 101000

Color Harmonies of #389348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #389348

Black with #389348

Text Example


Text Example

White with #389348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #389348; }

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

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

background-color css

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

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

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

border-color css

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

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

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