Html Css Color HEX #38B852 Chateau Green

📋 copy color: '#38B852'

red 56 ◦ green 184 ◦ blue 82

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

Shades of Chateau Green #38B852

Tints of Chateau Green #38B852

RGB

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

 GREEN value IS 184 (72.27% from 255) = 57.14%

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

R = 17.39%
G = 57.14%
B = 25.47%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.55

 K value IS 0.28

RGB Variations

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

Color information

#38B852 (or 0x38B852) is known color: Chateau Green. HEX triplet: 38, B8 and 52. RGB value is (56,184,82). Sum of RGB (Red+Green+Blue) = 56+184+82=322 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.39% from 322); Green value is 184 (72.27% from 255 or 57.14% from 322); Blue value is 82 (32.42% from 255 or 25.47% from 322); Max value from RGB is 184 - color contains mainly: green. Hex color #38B852 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B852 is #C747AD. Grayscale: #868686. Windows color (decimal): -13060014 or 5421112. OLE color: 5421112.

HSL color Cylindrical-coordinate representation of color #38B852: hue angle of 132.19º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B852 is Cyan = 0.70, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.28.

Color convert

RGB 56 184 82 -
CMYK 0.70 0 0.55 0.28
HSL 132.19º 0.53% 0.47% -
HSV(B) 132.19º 0.7% 0.72% -
XYZ 20.29 35.73 13.81 -
YUV 134.1 98.59 72.29 -
System Red Green Blue C M Y K H S L
Decimal 56 184 82 0.70 0 0.55 0.28 132.19 0.53 0.47
Hex 38 B8 52 46 0 37 1C 84 35 2F
Octal 70 270 122 106 0 67 34 204 65 57
Binary 111000 10111000 1010010 1000110 0 110111 11100 10000100 110101 101111

Color Harmonies of #38B852

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B852

Black with #38B852

Text Example


Text Example

White with #38B852

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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