Html Css Color HEX #309545 Chateau Green

📋 copy color: '#309545'

red 48 ◦ green 149 ◦ blue 69

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

Shades of Chateau Green #309545

Tints of Chateau Green #309545

RGB

 RED value IS 48 (19.14% from 255) = 18.05%

 GREEN value IS 149 (58.59% from 255) = 56.02%

 BLUE value IS 69 (27.34% from 255) = 25.94%

R = 18.05%
G = 56.02%
B = 25.94%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#309545 (or 0x309545) is known color: Chateau Green. HEX triplet: 30, 95 and 45. RGB value is (48,149,69). Sum of RGB (Red+Green+Blue) = 48+149+69=266 (35% of max value = 765). Red value is 48 (19.14% from 255 or 18.05% from 266); Green value is 149 (58.59% from 255 or 56.02% from 266); Blue value is 69 (27.34% from 255 or 25.94% from 266); Max value from RGB is 149 - color contains mainly: green. Hex color #309545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309545 is #CF6ABA. Grayscale: #6D6D6D. Windows color (decimal): -13593275 or 4560176. OLE color: 4560176.

HSL color Cylindrical-coordinate representation of color #309545: hue angle of 132.48º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #309545 is Cyan = 0.68, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 48 149 69 -
CMYK 0.68 0 0.54 0.42
HSL 132.48º 0.51% 0.39% -
HSV(B) 132.48º 0.68% 0.58% -
XYZ 13.04 22.55 9.3 -
YUV 109.68 105.04 84 -
System Red Green Blue C M Y K H S L
Decimal 48 149 69 0.68 0 0.54 0.42 132.48 0.51 0.39
Hex 30 95 45 44 0 36 2A 84 33 27
Octal 60 225 105 104 0 66 52 204 63 47
Binary 110000 10010101 1000101 1000100 0 110110 101010 10000100 110011 100111

Color Harmonies of #309545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309545

Black with #309545

Text Example


Text Example

White with #309545

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309545; }

 p { color: rgb(48,149,69); }

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

background-color css

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

 a { background-color: rgb(48,149,69); }

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

border-color css

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

 span { border-color: rgb(48,149,69); }

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