Html Css Color HEX #31B74B Chateau Green

📋 copy color: '#31B74B'

red 49 ◦ green 183 ◦ blue 75

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

Shades of Chateau Green #31B74B

Tints of Chateau Green #31B74B

RGB

 RED value IS 49 (19.53% from 255) = 15.96%

 GREEN value IS 183 (71.88% from 255) = 59.61%

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

R = 15.96%
G = 59.61%
B = 24.43%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.59

 K value IS 0.28

RGB Variations

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

Color information

#31B74B (or 0x31B74B) is known color: Chateau Green. HEX triplet: 31, B7 and 4B. RGB value is (49,183,75). Sum of RGB (Red+Green+Blue) = 49+183+75=307 (40% of max value = 765). Red value is 49 (19.53% from 255 or 15.96% from 307); Green value is 183 (71.88% from 255 or 59.61% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 183 - color contains mainly: green. Hex color #31B74B is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #31B74B is #CE48B4. Grayscale: #828282. Windows color (decimal): -13519029 or 4962097. OLE color: 4962097.

HSL color Cylindrical-coordinate representation of color #31B74B: hue angle of 131.64º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #31B74B is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.28.

Color convert

RGB 49 183 75 -
CMYK 0.73 0 0.59 0.28
HSL 131.64º 0.58% 0.45% -
HSV(B) 131.64º 0.73% 0.72% -
XYZ 19.47 35.03 12.39 -
YUV 130.62 96.61 69.78 -
System Red Green Blue C M Y K H S L
Decimal 49 183 75 0.73 0 0.59 0.28 131.64 0.58 0.45
Hex 31 B7 4B 49 0 3B 1C 84 3A 2D
Octal 61 267 113 111 0 73 34 204 72 55
Binary 110001 10110111 1001011 1001001 0 111011 11100 10000100 111010 101101

Color Harmonies of #31B74B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #31B74B

Black with #31B74B

Text Example


Text Example

White with #31B74B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #31B74B; }

 p { color: rgb(49,183,75); }

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

background-color css

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

 a { background-color: rgb(49,183,75); }

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

border-color css

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

 span { border-color: rgb(49,183,75); }

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