Html Css Color HEX #41936B Eucalyptus

📋 copy color: '#41936B'

red 65 ◦ green 147 ◦ blue 107

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

Shades of Eucalyptus #41936B

Tints of Eucalyptus #41936B

RGB

 RED value IS 65 (25.78% from 255) = 20.38%

 GREEN value IS 147 (57.81% from 255) = 46.08%

 BLUE value IS 107 (42.19% from 255) = 33.54%

R = 20.38%
G = 46.08%
B = 33.54%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#41936B (or 0x41936B) is known color: Eucalyptus. HEX triplet: 41, 93 and 6B. RGB value is (65,147,107). Sum of RGB (Red+Green+Blue) = 65+147+107=319 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.38% from 319); Green value is 147 (57.81% from 255 or 46.08% from 319); Blue value is 107 (42.19% from 255 or 33.54% from 319); Max value from RGB is 147 - color contains mainly: green. Hex color #41936B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #41936B is #BE6C94. Grayscale: #757575. Windows color (decimal): -12479637 or 7050049. OLE color: 7050049.

HSL color Cylindrical-coordinate representation of color #41936B: hue angle of 150.73º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #41936B is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 65 147 107 -
CMYK 0.56 0 0.27 0.42
HSL 150.73º 0.39% 0.42% -
HSV(B) 150.73º 0.56% 0.58% -
XYZ 15.27 23.05 17.55 -
YUV 117.92 121.83 90.25 -
System Red Green Blue C M Y K H S L
Decimal 65 147 107 0.56 0 0.27 0.42 150.73 0.39 0.42
Hex 41 93 6B 38 0 1B 2A 97 27 2A
Octal 101 223 153 70 0 33 52 227 47 52
Binary 1000001 10010011 1101011 111000 0 11011 101010 10010111 100111 101010

Color Harmonies of #41936B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41936B

Black with #41936B

Text Example


Text Example

White with #41936B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,147,107); }

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

background-color css

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

 a { background-color: rgb(65,147,107); }

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

border-color css

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

 span { border-color: rgb(65,147,107); }

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