Html Css Color HEX #38946F Eucalyptus

📋 copy color: '#38946F'

red 56 ◦ green 148 ◦ blue 111

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

Shades of Eucalyptus #38946F

Tints of Eucalyptus #38946F

RGB

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

 GREEN value IS 148 (58.2% from 255) = 46.98%

 BLUE value IS 111 (43.75% from 255) = 35.24%

R = 17.78%
G = 46.98%
B = 35.24%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.25

 K value IS 0.42

RGB Variations

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

Color information

#38946F (or 0x38946F) is known color: Eucalyptus. HEX triplet: 38, 94 and 6F. RGB value is (56,148,111). Sum of RGB (Red+Green+Blue) = 56+148+111=315 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.78% from 315); Green value is 148 (58.20% from 255 or 46.98% from 315); Blue value is 111 (43.75% from 255 or 35.24% from 315); Max value from RGB is 148 - color contains mainly: green. Hex color #38946F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38946F is #C76B90. Grayscale: #747474. Windows color (decimal): -13069201 or 7312440. OLE color: 7312440.

HSL color Cylindrical-coordinate representation of color #38946F: hue angle of 155.87º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38946F is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 148 111 -
CMYK 0.62 0 0.25 0.42
HSL 155.87º 0.45% 0.4% -
HSV(B) 155.87º 0.62% 0.58% -
XYZ 15.09 23.17 18.72 -
YUV 116.27 125.02 85.01 -
System Red Green Blue C M Y K H S L
Decimal 56 148 111 0.62 0 0.25 0.42 155.87 0.45 0.4
Hex 38 94 6F 3E 0 19 2A 9C 2D 28
Octal 70 224 157 76 0 31 52 234 55 50
Binary 111000 10010100 1101111 111110 0 11001 101010 10011100 101101 101000

Color Harmonies of #38946F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38946F

Black with #38946F

Text Example


Text Example

White with #38946F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38946F; }

 p { color: rgb(56,148,111); }

 H1.HeaderClassName
 {
   color: #38946F;
 }
 .AnyTagClassName
 {
   color: #38946F;
 }
</style>

background-color css

<style>
 a { background-color: #38946F; }

 a { background-color: rgb(56,148,111); }

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

border-color css

<style>
 span { border-color: #38946F; }

 span { border-color: rgb(56,148,111); }

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