Html Css Color HEX #38A663 Eucalyptus

📋 copy color: '#38A663'

red 56 ◦ green 166 ◦ blue 99

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

Shades of Eucalyptus #38A663

Tints of Eucalyptus #38A663

RGB

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

 GREEN value IS 166 (65.23% from 255) = 51.71%

 BLUE value IS 99 (39.06% from 255) = 30.84%

R = 17.45%
G = 51.71%
B = 30.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.40

 K value IS 0.35

RGB Variations

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

Color information

#38A663 (or 0x38A663) is known color: Eucalyptus. HEX triplet: 38, A6 and 63. RGB value is (56,166,99). Sum of RGB (Red+Green+Blue) = 56+166+99=321 (42% of max value = 765). Red value is 56 (22.27% from 255 or 17.45% from 321); Green value is 166 (65.23% from 255 or 51.71% from 321); Blue value is 99 (39.06% from 255 or 30.84% from 321); Max value from RGB is 166 - color contains mainly: green. Hex color #38A663 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A663 is #C7599C. Grayscale: #7D7D7D. Windows color (decimal): -13064605 or 6530616. OLE color: 6530616.

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

Color convert

RGB 56 166 99 -
CMYK 0.66 0 0.40 0.35
HSL 143.45º 0.5% 0.44% -
HSV(B) 143.45º 0.66% 0.65% -
XYZ 17.52 29.01 16.48 -
YUV 125.47 113.06 78.45 -
System Red Green Blue C M Y K H S L
Decimal 56 166 99 0.66 0 0.40 0.35 143.45 0.5 0.44
Hex 38 A6 63 42 0 28 23 8F 32 2C
Octal 70 246 143 102 0 50 43 217 62 54
Binary 111000 10100110 1100011 1000010 0 101000 100011 10001111 110010 101100

Color Harmonies of #38A663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A663

Black with #38A663

Text Example


Text Example

White with #38A663

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,166,99); }

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

background-color css

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

 a { background-color: rgb(56,166,99); }

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

border-color css

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

 span { border-color: rgb(56,166,99); }

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