Html Css Color HEX #309440 Chateau Green

📋 copy color: '#309440'

red 48 ◦ green 148 ◦ blue 64

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

Shades of Chateau Green #309440

Tints of Chateau Green #309440

RGB

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

 GREEN value IS 148 (58.2% from 255) = 56.92%

 BLUE value IS 64 (25.39% from 255) = 24.62%

R = 18.46%
G = 56.92%
B = 24.62%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.42

RGB Variations

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

Color information

#309440 (or 0x309440) is known color: Chateau Green. HEX triplet: 30, 94 and 40. RGB value is (48,148,64). Sum of RGB (Red+Green+Blue) = 48+148+64=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 148 (58.20% from 255 or 56.92% from 260); Blue value is 64 (25.39% from 255 or 24.62% from 260); Max value from RGB is 148 - color contains mainly: green. Hex color #309440 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309440 is #CF6BBF. Grayscale: #6C6C6C. Windows color (decimal): -13593536 or 4232240. OLE color: 4232240.

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

Color convert

RGB 48 148 64 -
CMYK 0.68 0 0.57 0.42
HSL 129.6º 0.51% 0.38% -
HSV(B) 129.6º 0.68% 0.58% -
XYZ 12.73 22.18 8.46 -
YUV 108.52 102.87 84.83 -
System Red Green Blue C M Y K H S L
Decimal 48 148 64 0.68 0 0.57 0.42 129.6 0.51 0.38
Hex 30 94 40 44 0 39 2A 82 33 26
Octal 60 224 100 104 0 71 52 202 63 46
Binary 110000 10010100 1000000 1000100 0 111001 101010 10000010 110011 100110

Color Harmonies of #309440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309440

Black with #309440

Text Example


Text Example

White with #309440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309440; }

 p { color: rgb(48,148,64); }

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

background-color css

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

 a { background-color: rgb(48,148,64); }

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

border-color css

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

 span { border-color: rgb(48,148,64); }

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