Html Css Color HEX #38905D Eucalyptus

📋 copy color: '#38905D'

red 56 ◦ green 144 ◦ blue 93

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

Shades of Eucalyptus #38905D

Tints of Eucalyptus #38905D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 49.15%

 BLUE value IS 93 (36.72% from 255) = 31.74%

R = 19.11%
G = 49.15%
B = 31.74%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.35

 K value IS 0.44

RGB Variations

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

Color information

#38905D (or 0x38905D) is known color: Eucalyptus. HEX triplet: 38, 90 and 5D. RGB value is (56,144,93). Sum of RGB (Red+Green+Blue) = 56+144+93=293 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.11% from 293); Green value is 144 (56.64% from 255 or 49.15% from 293); Blue value is 93 (36.72% from 255 or 31.74% from 293); Max value from RGB is 144 - color contains mainly: green. Hex color #38905D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38905D is #C76FA2. Grayscale: #6F6F6F. Windows color (decimal): -13070243 or 6131768. OLE color: 6131768.

HSL color Cylindrical-coordinate representation of color #38905D: hue angle of 145.23º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38905D is Cyan = 0.61, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 93 -
CMYK 0.61 0 0.35 0.44
HSL 145.23º 0.44% 0.39% -
HSV(B) 145.23º 0.61% 0.56% -
XYZ 13.58 21.58 13.81 -
YUV 111.87 117.35 88.15 -
System Red Green Blue C M Y K H S L
Decimal 56 144 93 0.61 0 0.35 0.44 145.23 0.44 0.39
Hex 38 90 5D 3D 0 23 2C 91 2C 27
Octal 70 220 135 75 0 43 54 221 54 47
Binary 111000 10010000 1011101 111101 0 100011 101100 10010001 101100 100111

Color Harmonies of #38905D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38905D

Black with #38905D

Text Example


Text Example

White with #38905D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38905D; }

 p { color: rgb(56,144,93); }

 H1.HeaderClassName
 {
   color: #38905D;
 }
 .AnyTagClassName
 {
   color: #38905D;
 }
</style>

background-color css

<style>
 a { background-color: #38905D; }

 a { background-color: rgb(56,144,93); }

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

border-color css

<style>
 span { border-color: #38905D; }

 span { border-color: rgb(56,144,93); }

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