Html Css Color HEX #38B655 Chateau Green

📋 copy color: '#38B655'

red 56 ◦ green 182 ◦ blue 85

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

Shades of Chateau Green #38B655

Tints of Chateau Green #38B655

RGB

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

 GREEN value IS 182 (71.48% from 255) = 56.35%

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

R = 17.34%
G = 56.35%
B = 26.32%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.53

 K value IS 0.29

RGB Variations

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

Color information

#38B655 (or 0x38B655) is known color: Chateau Green. HEX triplet: 38, B6 and 55. RGB value is (56,182,85). Sum of RGB (Red+Green+Blue) = 56+182+85=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 182 (71.48% from 255 or 56.35% from 323); Blue value is 85 (33.59% from 255 or 26.32% from 323); Max value from RGB is 182 - color contains mainly: green. Hex color #38B655 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B655 is #C749AA. Grayscale: #858585. Windows color (decimal): -13060523 or 5617208. OLE color: 5617208.

HSL color Cylindrical-coordinate representation of color #38B655: hue angle of 133.81º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #38B655 is Cyan = 0.69, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 182 85 -
CMYK 0.69 0 0.53 0.29
HSL 133.81º 0.53% 0.47% -
HSV(B) 133.81º 0.69% 0.71% -
XYZ 20 34.95 14.29 -
YUV 133.27 100.76 72.89 -
System Red Green Blue C M Y K H S L
Decimal 56 182 85 0.69 0 0.53 0.29 133.81 0.53 0.47
Hex 38 B6 55 45 0 35 1D 86 35 2F
Octal 70 266 125 105 0 65 35 206 65 57
Binary 111000 10110110 1010101 1000101 0 110101 11101 10000110 110101 101111

Color Harmonies of #38B655

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B655

Black with #38B655

Text Example


Text Example

White with #38B655

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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