Html Css Color HEX #38945F Eucalyptus

📋 copy color: '#38945F'

red 56 ◦ green 148 ◦ blue 95

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

Shades of Eucalyptus #38945F

Tints of Eucalyptus #38945F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 31.77%

R = 18.73%
G = 49.5%
B = 31.77%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#38945F (or 0x38945F) is known color: Eucalyptus. HEX triplet: 38, 94 and 5F. RGB value is (56,148,95). Sum of RGB (Red+Green+Blue) = 56+148+95=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 148 (58.20% from 255 or 49.50% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 148 - color contains mainly: green. Hex color #38945F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38945F is #C76BA0. Grayscale: #727272. Windows color (decimal): -13069217 or 6263864. OLE color: 6263864.

HSL color Cylindrical-coordinate representation of color #38945F: hue angle of 145.43º 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 #38945F is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB 56 148 95 -
CMYK 0.62 0 0.36 0.42
HSL 145.43º 0.45% 0.4% -
HSV(B) 145.43º 0.62% 0.58% -
XYZ 14.29 22.85 14.48 -
YUV 114.45 117.02 86.31 -
System Red Green Blue C M Y K H S L
Decimal 56 148 95 0.62 0 0.36 0.42 145.43 0.45 0.4
Hex 38 94 5F 3E 0 24 2A 91 2D 28
Octal 70 224 137 76 0 44 52 221 55 50
Binary 111000 10010100 1011111 111110 0 100100 101010 10010001 101101 101000

Color Harmonies of #38945F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38945F

Black with #38945F

Text Example


Text Example

White with #38945F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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