Html Css Color HEX #369B4C Chateau Green

📋 copy color: '#369B4C'

red 54 ◦ green 155 ◦ blue 76

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

Shades of Chateau Green #369B4C

Tints of Chateau Green #369B4C

RGB

 RED value IS 54 (21.48% from 255) = 18.95%

 GREEN value IS 155 (60.94% from 255) = 54.39%

 BLUE value IS 76 (30.08% from 255) = 26.67%

R = 18.95%
G = 54.39%
B = 26.67%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.51

 K value IS 0.39

RGB Variations

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

Color information

#369B4C (or 0x369B4C) is known color: Chateau Green. HEX triplet: 36, 9B and 4C. RGB value is (54,155,76). Sum of RGB (Red+Green+Blue) = 54+155+76=285 (37% of max value = 765). Red value is 54 (21.48% from 255 or 18.95% from 285); Green value is 155 (60.94% from 255 or 54.39% from 285); Blue value is 76 (30.08% from 255 or 26.67% from 285); Max value from RGB is 155 - color contains mainly: green. Hex color #369B4C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #369B4C is #C964B3. Grayscale: #747474. Windows color (decimal): -13198516 or 5020470. OLE color: 5020470.

HSL color Cylindrical-coordinate representation of color #369B4C: hue angle of 133.07º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #369B4C is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.39.

Color convert

RGB 54 155 76 -
CMYK 0.65 0 0.51 0.39
HSL 133.07º 0.48% 0.41% -
HSV(B) 133.07º 0.65% 0.61% -
XYZ 14.55 24.75 10.85 -
YUV 115.8 105.54 83.92 -
System Red Green Blue C M Y K H S L
Decimal 54 155 76 0.65 0 0.51 0.39 133.07 0.48 0.41
Hex 36 9B 4C 41 0 33 27 85 30 29
Octal 66 233 114 101 0 63 47 205 60 51
Binary 110110 10011011 1001100 1000001 0 110011 100111 10000101 110000 101001

Color Harmonies of #369B4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369B4C

Black with #369B4C

Text Example


Text Example

White with #369B4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369B4C; }

 p { color: rgb(54,155,76); }

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

background-color css

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

 a { background-color: rgb(54,155,76); }

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

border-color css

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

 span { border-color: rgb(54,155,76); }

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