Html Css Color HEX #309640 Chateau Green

📋 copy color: '#309640'

red 48 ◦ green 150 ◦ blue 64

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

Shades of Chateau Green #309640

Tints of Chateau Green #309640

RGB

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

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

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

R = 18.32%
G = 57.25%
B = 24.43%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.41

RGB Variations

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

Color information

#309640 (or 0x309640) is known color: Chateau Green. HEX triplet: 30, 96 and 40. RGB value is (48,150,64). Sum of RGB (Red+Green+Blue) = 48+150+64=262 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.32% from 262); Green value is 150 (58.98% from 255 or 57.25% from 262); Blue value is 64 (25.39% from 255 or 24.43% from 262); Max value from RGB is 150 - color contains mainly: green. Hex color #309640 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #309640 is #CF69BF. Grayscale: #6D6D6D. Windows color (decimal): -13593024 or 4232752. OLE color: 4232752.

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

Color convert

RGB 48 150 64 -
CMYK 0.68 0 0.57 0.41
HSL 129.41º 0.52% 0.39% -
HSV(B) 129.41º 0.68% 0.59% -
XYZ 13.05 22.81 8.57 -
YUV 109.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 48 150 64 0.68 0 0.57 0.41 129.41 0.52 0.39
Hex 30 96 40 44 0 39 29 81 34 27
Octal 60 226 100 104 0 71 51 201 64 47
Binary 110000 10010110 1000000 1000100 0 111001 101001 10000001 110100 100111

Color Harmonies of #309640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #309640

Black with #309640

Text Example


Text Example

White with #309640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #309640; }

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

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

background-color css

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

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

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

border-color css

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

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

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