Html Css Color HEX #38B056 Chateau Green

📋 copy color: '#38B056'

red 56 ◦ green 176 ◦ blue 86

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

Shades of Chateau Green #38B056

Tints of Chateau Green #38B056

RGB

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

 GREEN value IS 176 (69.14% from 255) = 55.35%

 BLUE value IS 86 (33.98% from 255) = 27.04%

R = 17.61%
G = 55.35%
B = 27.04%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.51

 K value IS 0.31

RGB Variations

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

Color information

#38B056 (or 0x38B056) is known color: Chateau Green. HEX triplet: 38, B0 and 56. RGB value is (56,176,86). Sum of RGB (Red+Green+Blue) = 56+176+86=318 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.61% from 318); Green value is 176 (69.14% from 255 or 55.35% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 176 - color contains mainly: green. Hex color #38B056 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38B056 is #C74FA9. Grayscale: #828282. Windows color (decimal): -13062058 or 5681208. OLE color: 5681208.

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

Color convert

RGB 56 176 86 -
CMYK 0.68 0 0.51 0.31
HSL 135º 0.52% 0.45% -
HSV(B) 135º 0.68% 0.69% -
XYZ 18.84 32.56 14.1 -
YUV 129.86 103.24 75.32 -
System Red Green Blue C M Y K H S L
Decimal 56 176 86 0.68 0 0.51 0.31 135 0.52 0.45
Hex 38 B0 56 44 0 33 1F 87 34 2D
Octal 70 260 126 104 0 63 37 207 64 55
Binary 111000 10110000 1010110 1000100 0 110011 11111 10000111 110100 101101

Color Harmonies of #38B056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B056

Black with #38B056

Text Example


Text Example

White with #38B056

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,176,86); }

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

background-color css

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

 a { background-color: rgb(56,176,86); }

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

border-color css

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

 span { border-color: rgb(56,176,86); }

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