Html Css Color HEX #33B25A Chateau Green

📋 copy color: '#33B25A'

red 51 ◦ green 178 ◦ blue 90

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

Shades of Chateau Green #33B25A

Tints of Chateau Green #33B25A

RGB

 RED value IS 51 (20.31% from 255) = 15.99%

 GREEN value IS 178 (69.92% from 255) = 55.8%

 BLUE value IS 90 (35.55% from 255) = 28.21%

R = 15.99%
G = 55.8%
B = 28.21%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.49

 K value IS 0.30

RGB Variations

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

Color information

#33B25A (or 0x33B25A) is known color: Chateau Green. HEX triplet: 33, B2 and 5A. RGB value is (51,178,90). Sum of RGB (Red+Green+Blue) = 51+178+90=319 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.99% from 319); Green value is 178 (69.92% from 255 or 55.80% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 178 - color contains mainly: green. Hex color #33B25A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #33B25A is #CC4DA5. Grayscale: #828282. Windows color (decimal): -13389222 or 5943859. OLE color: 5943859.

HSL color Cylindrical-coordinate representation of color #33B25A: hue angle of 138.43º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #33B25A is Cyan = 0.71, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.30.

Color convert

RGB 51 178 90 -
CMYK 0.71 0 0.49 0.30
HSL 138.43º 0.55% 0.45% -
HSV(B) 138.43º 0.71% 0.7% -
XYZ 19.13 33.28 15.09 -
YUV 130 105.42 71.66 -
System Red Green Blue C M Y K H S L
Decimal 51 178 90 0.71 0 0.49 0.30 138.43 0.55 0.45
Hex 33 B2 5A 47 0 31 1E 8A 37 2D
Octal 63 262 132 107 0 61 36 212 67 55
Binary 110011 10110010 1011010 1000111 0 110001 11110 10001010 110111 101101

Color Harmonies of #33B25A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33B25A

Black with #33B25A

Text Example


Text Example

White with #33B25A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #33B25A; }

 p { color: rgb(51,178,90); }

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

background-color css

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

 a { background-color: rgb(51,178,90); }

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

border-color css

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

 span { border-color: rgb(51,178,90); }

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