Html Css Color HEX #38C252 Chateau Green

📋 copy color: '#38C252'

red 56 ◦ green 194 ◦ blue 82

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

Shades of Chateau Green #38C252

Tints of Chateau Green #38C252

RGB

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

 GREEN value IS 194 (76.17% from 255) = 58.43%

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

R = 16.87%
G = 58.43%
B = 24.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.58

 K value IS 0.24

RGB Variations

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

Color information

#38C252 (or 0x38C252) is known color: Chateau Green. HEX triplet: 38, C2 and 52. RGB value is (56,194,82). Sum of RGB (Red+Green+Blue) = 56+194+82=332 (43% of max value = 765). Red value is 56 (22.27% from 255 or 16.87% from 332); Green value is 194 (76.17% from 255 or 58.43% from 332); Blue value is 82 (32.42% from 255 or 24.70% from 332); Max value from RGB is 194 - color contains mainly: green. Hex color #38C252 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C252 is #C73DAD. Grayscale: #8C8C8C. Windows color (decimal): -13057454 or 5423672. OLE color: 5423672.

HSL color Cylindrical-coordinate representation of color #38C252: hue angle of 131.3º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C252 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.24.

Color convert

RGB 56 194 82 -
CMYK 0.71 0 0.58 0.24
HSL 131.3º 0.55% 0.49% -
HSV(B) 131.3º 0.71% 0.76% -
XYZ 22.45 40.03 14.53 -
YUV 139.97 95.28 68.11 -
System Red Green Blue C M Y K H S L
Decimal 56 194 82 0.71 0 0.58 0.24 131.3 0.55 0.49
Hex 38 C2 52 47 0 3A 18 83 37 31
Octal 70 302 122 107 0 72 30 203 67 61
Binary 111000 11000010 1010010 1000111 0 111010 11000 10000011 110111 110001

Color Harmonies of #38C252

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C252

Black with #38C252

Text Example


Text Example

White with #38C252

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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