Html Css Color HEX #38A566 Eucalyptus

📋 copy color: '#38A566'

red 56 ◦ green 165 ◦ blue 102

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

Shades of Eucalyptus #38A566

Tints of Eucalyptus #38A566

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.08%

 BLUE value IS 102 (40.23% from 255) = 31.58%

R = 17.34%
G = 51.08%
B = 31.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.38

 K value IS 0.35

RGB Variations

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

Color information

#38A566 (or 0x38A566) is known color: Eucalyptus. HEX triplet: 38, A5 and 66. RGB value is (56,165,102). Sum of RGB (Red+Green+Blue) = 56+165+102=323 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.34% from 323); Green value is 165 (64.84% from 255 or 51.08% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 165 - color contains mainly: green. Hex color #38A566 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A566 is #C75A99. Grayscale: #7D7D7D. Windows color (decimal): -13064858 or 6726968. OLE color: 6726968.

HSL color Cylindrical-coordinate representation of color #38A566: hue angle of 145.32º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #38A566 is Cyan = 0.66, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.35.

Color convert

RGB 56 165 102 -
CMYK 0.66 0 0.38 0.35
HSL 145.32º 0.49% 0.43% -
HSV(B) 145.32º 0.66% 0.65% -
XYZ 17.48 28.71 17.19 -
YUV 125.23 114.89 78.62 -
System Red Green Blue C M Y K H S L
Decimal 56 165 102 0.66 0 0.38 0.35 145.32 0.49 0.43
Hex 38 A5 66 42 0 26 23 91 31 2B
Octal 70 245 146 102 0 46 43 221 61 53
Binary 111000 10100101 1100110 1000010 0 100110 100011 10010001 110001 101011

Color Harmonies of #38A566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A566

Black with #38A566

Text Example


Text Example

White with #38A566

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,165,102); }

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

background-color css

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

 a { background-color: rgb(56,165,102); }

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

border-color css

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

 span { border-color: rgb(56,165,102); }

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