Html Css Color HEX #379953 Chateau Green

📋 copy color: '#379953'

red 55 ◦ green 153 ◦ blue 83

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

Shades of Chateau Green #379953

Tints of Chateau Green #379953

RGB

 RED value IS 55 (21.88% from 255) = 18.9%

 GREEN value IS 153 (60.16% from 255) = 52.58%

 BLUE value IS 83 (32.81% from 255) = 28.52%

R = 18.9%
G = 52.58%
B = 28.52%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.46

 K value IS 0.4

RGB Variations

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

Color information

#379953 (or 0x379953) is known color: Chateau Green. HEX triplet: 37, 99 and 53. RGB value is (55,153,83). Sum of RGB (Red+Green+Blue) = 55+153+83=291 (38% of max value = 765). Red value is 55 (21.88% from 255 or 18.90% from 291); Green value is 153 (60.16% from 255 or 52.58% from 291); Blue value is 83 (32.81% from 255 or 28.52% from 291); Max value from RGB is 153 - color contains mainly: green. Hex color #379953 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #379953 is #C866AC. Grayscale: #737373. Windows color (decimal): -13133485 or 5478711. OLE color: 5478711.

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

Color convert

RGB 55 153 83 -
CMYK 0.64 0 0.46 0.4
HSL 137.14º 0.47% 0.41% -
HSV(B) 137.14º 0.64% 0.6% -
XYZ 14.53 24.22 12.09 -
YUV 115.72 109.53 84.69 -
System Red Green Blue C M Y K H S L
Decimal 55 153 83 0.64 0 0.46 0.4 137.14 0.47 0.41
Hex 37 99 53 40 0 2E 28 89 2F 29
Octal 67 231 123 100 0 56 50 211 57 51
Binary 110111 10011001 1010011 1000000 0 101110 101000 10001001 101111 101001

Color Harmonies of #379953

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #379953

Black with #379953

Text Example


Text Example

White with #379953

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #379953; }

 p { color: rgb(55,153,83); }

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

background-color css

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

 a { background-color: rgb(55,153,83); }

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

border-color css

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

 span { border-color: rgb(55,153,83); }

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