Html Css Color HEX #38C455 Chateau Green

📋 copy color: '#38C455'

red 56 ◦ green 196 ◦ blue 85

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

Shades of Chateau Green #38C455

Tints of Chateau Green #38C455

RGB

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

 GREEN value IS 196 (76.95% from 255) = 58.16%

 BLUE value IS 85 (33.59% from 255) = 25.22%

R = 16.62%
G = 58.16%
B = 25.22%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#38C455 (or 0x38C455) is known color: Chateau Green. HEX triplet: 38, C4 and 55. RGB value is (56,196,85). Sum of RGB (Red+Green+Blue) = 56+196+85=337 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.62% from 337); Green value is 196 (76.95% from 255 or 58.16% from 337); Blue value is 85 (33.59% from 255 or 25.22% from 337); Max value from RGB is 196 - color contains mainly: green. Hex color #38C455 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C455 is #C73BAA. Grayscale: #8D8D8D. Windows color (decimal): -13056939 or 5620792. OLE color: 5620792.

HSL color Cylindrical-coordinate representation of color #38C455: hue angle of 132.43º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #38C455 is Cyan = 0.71, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 56 196 85 -
CMYK 0.71 0 0.57 0.23
HSL 132.43º 0.56% 0.49% -
HSV(B) 132.43º 0.71% 0.77% -
XYZ 23.01 40.98 15.29 -
YUV 141.49 96.12 67.03 -
System Red Green Blue C M Y K H S L
Decimal 56 196 85 0.71 0 0.57 0.23 132.43 0.56 0.49
Hex 38 C4 55 47 0 39 17 84 38 31
Octal 70 304 125 107 0 71 27 204 70 61
Binary 111000 11000100 1010101 1000111 0 111001 10111 10000100 111000 110001

Color Harmonies of #38C455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38C455

Black with #38C455

Text Example


Text Example

White with #38C455

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,196,85); }

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

background-color css

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

 a { background-color: rgb(56,196,85); }

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

border-color css

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

 span { border-color: rgb(56,196,85); }

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