Html Css Color HEX #38925B Eucalyptus

📋 copy color: '#38925B'

red 56 ◦ green 146 ◦ blue 91

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

Shades of Eucalyptus #38925B

Tints of Eucalyptus #38925B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 31.06%

R = 19.11%
G = 49.83%
B = 31.06%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.38

 K value IS 0.43

RGB Variations

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

Color information

#38925B (or 0x38925B) is known color: Eucalyptus. HEX triplet: 38, 92 and 5B. RGB value is (56,146,91). Sum of RGB (Red+Green+Blue) = 56+146+91=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 146 (57.42% from 255 or 49.83% from 293); Blue value is 91 (35.94% from 255 or 31.06% from 293); Max value from RGB is 146 - color contains mainly: green. Hex color #38925B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38925B is #C76DA4. Grayscale: #707070. Windows color (decimal): -13069733 or 6001208. OLE color: 6001208.

HSL color Cylindrical-coordinate representation of color #38925B: hue angle of 143.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 #38925B is Cyan = 0.62, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB 56 146 91 -
CMYK 0.62 0 0.38 0.43
HSL 143.33º 0.45% 0.4% -
HSV(B) 143.33º 0.62% 0.57% -
XYZ 13.8 22.15 13.45 -
YUV 112.82 115.68 87.47 -
System Red Green Blue C M Y K H S L
Decimal 56 146 91 0.62 0 0.38 0.43 143.33 0.45 0.4
Hex 38 92 5B 3E 0 26 2B 8F 2D 28
Octal 70 222 133 76 0 46 53 217 55 50
Binary 111000 10010010 1011011 111110 0 100110 101011 10001111 101101 101000

Color Harmonies of #38925B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38925B

Black with #38925B

Text Example


Text Example

White with #38925B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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