Html Css Color HEX #38B15A Chateau Green

📋 copy color: '#38B15A'

red 56 ◦ green 177 ◦ blue 90

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

Shades of Chateau Green #38B15A

Tints of Chateau Green #38B15A

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.8%

 BLUE value IS 90 (35.55% from 255) = 27.86%

R = 17.34%
G = 54.8%
B = 27.86%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#38B15A (or 0x38B15A) is known color: Chateau Green. HEX triplet: 38, B1 and 5A. RGB value is (56,177,90). Sum of RGB (Red+Green+Blue) = 56+177+90=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 177 (69.53% from 255 or 54.80% from 323); Blue value is 90 (35.55% from 255 or 27.86% from 323); Max value from RGB is 177 - color contains mainly: green. Hex color #38B15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B15A is #C74EA5. Grayscale: #838383. Windows color (decimal): -13061798 or 5943608. OLE color: 5943608.

HSL color Cylindrical-coordinate representation of color #38B15A: hue angle of 136.86º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #38B15A is Cyan = 0.68, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 177 90 -
CMYK 0.68 0 0.49 0.31
HSL 136.86º 0.52% 0.46% -
HSV(B) 136.86º 0.68% 0.69% -
XYZ 19.2 33.02 15.04 -
YUV 130.9 104.91 74.57 -
System Red Green Blue C M Y K H S L
Decimal 56 177 90 0.68 0 0.49 0.31 136.86 0.52 0.46
Hex 38 B1 5A 44 0 31 1F 89 34 2E
Octal 70 261 132 104 0 61 37 211 64 56
Binary 111000 10110001 1011010 1000100 0 110001 11111 10001001 110100 101110

Color Harmonies of #38B15A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B15A

Black with #38B15A

Text Example


Text Example

White with #38B15A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,177,90); }

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

background-color css

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

 a { background-color: rgb(56,177,90); }

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

border-color css

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

 span { border-color: rgb(56,177,90); }

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