Html Css Color HEX #38BA52 Chateau Green

📋 copy color: '#38BA52'

red 56 ◦ green 186 ◦ blue 82

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

Shades of Chateau Green #38BA52

Tints of Chateau Green #38BA52

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.41%

 BLUE value IS 82 (32.42% from 255) = 25.31%

R = 17.28%
G = 57.41%
B = 25.31%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.56

 K value IS 0.27

RGB Variations

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

Color information

#38BA52 (or 0x38BA52) is known color: Chateau Green. HEX triplet: 38, BA and 52. RGB value is (56,186,82). Sum of RGB (Red+Green+Blue) = 56+186+82=324 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.28% from 324); Green value is 186 (73.05% from 255 or 57.41% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 186 - color contains mainly: green. Hex color #38BA52 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BA52 is #C745AD. Grayscale: #878787. Windows color (decimal): -13059502 or 5421624. OLE color: 5421624.

HSL color Cylindrical-coordinate representation of color #38BA52: hue angle of 132º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BA52 is Cyan = 0.70, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 186 82 -
CMYK 0.70 0 0.56 0.27
HSL 132º 0.54% 0.47% -
HSV(B) 132º 0.7% 0.73% -
XYZ 20.71 36.57 13.95 -
YUV 135.27 97.93 71.46 -
System Red Green Blue C M Y K H S L
Decimal 56 186 82 0.70 0 0.56 0.27 132 0.54 0.47
Hex 38 BA 52 46 0 38 1B 84 36 2F
Octal 70 272 122 106 0 70 33 204 66 57
Binary 111000 10111010 1010010 1000110 0 111000 11011 10000100 110110 101111

Color Harmonies of #38BA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BA52

Black with #38BA52

Text Example


Text Example

White with #38BA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,186,82); }

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

background-color css

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

 a { background-color: rgb(56,186,82); }

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

border-color css

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

 span { border-color: rgb(56,186,82); }

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