Html Css Color HEX #38925A Eucalyptus

📋 copy color: '#38925A'

red 56 ◦ green 146 ◦ blue 90

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

Shades of Eucalyptus #38925A

Tints of Eucalyptus #38925A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 30.82%

R = 19.18%
G = 50%
B = 30.82%

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

#38925A (or 0x38925A) is known color: Eucalyptus. HEX triplet: 38, 92 and 5A. RGB value is (56,146,90). Sum of RGB (Red+Green+Blue) = 56+146+90=292 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.18% from 292); Green value is 146 (57.42% from 255 or 50% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 146 - color contains mainly: green. Hex color #38925A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38925A is #C76DA5. Grayscale: #707070. Windows color (decimal): -13069734 or 5935672. OLE color: 5935672.

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

Color convert

RGB 56 146 90 -
CMYK 0.62 0 0.38 0.43
HSL 142.67º 0.45% 0.4% -
HSV(B) 142.67º 0.62% 0.57% -
XYZ 13.76 22.14 13.22 -
YUV 112.71 115.18 87.55 -
System Red Green Blue C M Y K H S L
Decimal 56 146 90 0.62 0 0.38 0.43 142.67 0.45 0.4
Hex 38 92 5A 3E 0 26 2B 8F 2D 28
Octal 70 222 132 76 0 46 53 217 55 50
Binary 111000 10010010 1011010 111110 0 100110 101011 10001111 101101 101000

Color Harmonies of #38925A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38925A

Black with #38925A

Text Example


Text Example

White with #38925A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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