Html Css Color HEX #38925E Eucalyptus

📋 copy color: '#38925E'

red 56 ◦ green 146 ◦ blue 94

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

Shades of Eucalyptus #38925E

Tints of Eucalyptus #38925E

RGB

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

 GREEN value IS 146 (57.42% from 255) = 49.32%

 BLUE value IS 94 (37.11% from 255) = 31.76%

R = 18.92%
G = 49.32%
B = 31.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#38925E (or 0x38925E) is known color: Eucalyptus. HEX triplet: 38, 92 and 5E. RGB value is (56,146,94). Sum of RGB (Red+Green+Blue) = 56+146+94=296 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.92% from 296); Green value is 146 (57.42% from 255 or 49.32% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 146 - color contains mainly: green. Hex color #38925E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38925E is #C76DA1. Grayscale: #717171. Windows color (decimal): -13069730 or 6197816. OLE color: 6197816.

HSL color Cylindrical-coordinate representation of color #38925E: hue angle of 145.33º degrees, saturation: 0.45, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #38925E is Cyan = 0.62, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 94 -
CMYK 0.62 0 0.36 0.43
HSL 145.33º 0.45% 0.4% -
HSV(B) 145.33º 0.62% 0.57% -
XYZ 13.93 22.21 14.14 -
YUV 113.16 117.18 87.23 -
System Red Green Blue C M Y K H S L
Decimal 56 146 94 0.62 0 0.36 0.43 145.33 0.45 0.4
Hex 38 92 5E 3E 0 24 2B 91 2D 28
Octal 70 222 136 76 0 44 53 221 55 50
Binary 111000 10010010 1011110 111110 0 100100 101011 10010001 101101 101000

Color Harmonies of #38925E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38925E

Black with #38925E

Text Example


Text Example

White with #38925E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38925E; }

 p { color: rgb(56,146,94); }

 H1.HeaderClassName
 {
   color: #38925E;
 }
 .AnyTagClassName
 {
   color: #38925E;
 }
</style>

background-color css

<style>
 a { background-color: #38925E; }

 a { background-color: rgb(56,146,94); }

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

border-color css

<style>
 span { border-color: #38925E; }

 span { border-color: rgb(56,146,94); }

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