Html Css Color HEX #38AB50 Chateau Green

📋 copy color: '#38AB50'

red 56 ◦ green 171 ◦ blue 80

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

Shades of Chateau Green #38AB50

Tints of Chateau Green #38AB50

RGB

 RED value IS 56 (22.27% from 255) = 18.24%

 GREEN value IS 171 (67.19% from 255) = 55.7%

 BLUE value IS 80 (31.64% from 255) = 26.06%

R = 18.24%
G = 55.7%
B = 26.06%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.33

RGB Variations

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

Color information

#38AB50 (or 0x38AB50) is known color: Chateau Green. HEX triplet: 38, AB and 50. RGB value is (56,171,80). Sum of RGB (Red+Green+Blue) = 56+171+80=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 171 (67.19% from 255 or 55.70% from 307); Blue value is 80 (31.64% from 255 or 26.06% from 307); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB50 is #C754AF. Grayscale: #7E7E7E. Windows color (decimal): -13063344 or 5286712. OLE color: 5286712.

HSL color Cylindrical-coordinate representation of color #38AB50: hue angle of 132.52º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AB50 is Cyan = 0.67, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 171 80 -
CMYK 0.67 0 0.53 0.33
HSL 132.52º 0.51% 0.45% -
HSV(B) 132.52º 0.67% 0.67% -
XYZ 17.64 30.55 12.56 -
YUV 126.24 101.9 77.9 -
System Red Green Blue C M Y K H S L
Decimal 56 171 80 0.67 0 0.53 0.33 132.52 0.51 0.45
Hex 38 AB 50 43 0 35 21 85 33 2D
Octal 70 253 120 103 0 65 41 205 63 55
Binary 111000 10101011 1010000 1000011 0 110101 100001 10000101 110011 101101

Color Harmonies of #38AB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB50

Black with #38AB50

Text Example


Text Example

White with #38AB50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AB50; }

 p { color: rgb(56,171,80); }

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

background-color css

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

 a { background-color: rgb(56,171,80); }

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

border-color css

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

 span { border-color: rgb(56,171,80); }

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