Html Css Color HEX #36B14B Chateau Green

📋 copy color: '#36B14B'

red 54 ◦ green 177 ◦ blue 75

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

Shades of Chateau Green #36B14B

Tints of Chateau Green #36B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 57.84%

 BLUE value IS 75 (29.69% from 255) = 24.51%

R = 17.65%
G = 57.84%
B = 24.51%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#36B14B (or 0x36B14B) is known color: Chateau Green. HEX triplet: 36, B1 and 4B. RGB value is (54,177,75). Sum of RGB (Red+Green+Blue) = 54+177+75=306 (40% of max value = 765). Red value is 54 (21.48% from 255 or 17.65% from 306); Green value is 177 (69.53% from 255 or 57.84% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 177 - color contains mainly: green. Hex color #36B14B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36B14B is #C94EB4. Grayscale: #808080. Windows color (decimal): -13192885 or 4960566. OLE color: 4960566.

HSL color Cylindrical-coordinate representation of color #36B14B: hue angle of 130.24º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #36B14B is Cyan = 0.69, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 54 177 75 -
CMYK 0.69 0 0.58 0.31
HSL 130.24º 0.53% 0.45% -
HSV(B) 130.24º 0.69% 0.69% -
XYZ 18.51 32.74 12 -
YUV 128.6 97.75 74.79 -
System Red Green Blue C M Y K H S L
Decimal 54 177 75 0.69 0 0.58 0.31 130.24 0.53 0.45
Hex 36 B1 4B 45 0 3A 1F 82 35 2D
Octal 66 261 113 105 0 72 37 202 65 55
Binary 110110 10110001 1001011 1000101 0 111010 11111 10000010 110101 101101

Color Harmonies of #36B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36B14B

Black with #36B14B

Text Example


Text Example

White with #36B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #36B14B; }

 p { color: rgb(54,177,75); }

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

background-color css

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

 a { background-color: rgb(54,177,75); }

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

border-color css

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

 span { border-color: rgb(54,177,75); }

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