Html Css Color HEX #438C5E Eucalyptus

📋 copy color: '#438C5E'

red 67 ◦ green 140 ◦ blue 94

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

Shades of Eucalyptus #438C5E

Tints of Eucalyptus #438C5E

RGB

 RED value IS 67 (26.56% from 255) = 22.26%

 GREEN value IS 140 (55.08% from 255) = 46.51%

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

R = 22.26%
G = 46.51%
B = 31.23%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#438C5E (or 0x438C5E) is known color: Eucalyptus. HEX triplet: 43, 8C and 5E. RGB value is (67,140,94). Sum of RGB (Red+Green+Blue) = 67+140+94=301 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.26% from 301); Green value is 140 (55.08% from 255 or 46.51% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 140 - color contains mainly: green. Hex color #438C5E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #438C5E is #BC73A1. Grayscale: #717171. Windows color (decimal): -12350370 or 6196291. OLE color: 6196291.

HSL color Cylindrical-coordinate representation of color #438C5E: hue angle of 142.19º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #438C5E is Cyan = 0.52, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 67 140 94 -
CMYK 0.52 0 0.33 0.45
HSL 142.19º 0.35% 0.41% -
HSV(B) 142.19º 0.52% 0.55% -
XYZ 13.71 20.76 13.87 -
YUV 112.93 117.32 95.24 -
System Red Green Blue C M Y K H S L
Decimal 67 140 94 0.52 0 0.33 0.45 142.19 0.35 0.41
Hex 43 8C 5E 34 0 21 2D 8E 23 29
Octal 103 214 136 64 0 41 55 216 43 51
Binary 1000011 10001100 1011110 110100 0 100001 101101 10001110 100011 101001

Color Harmonies of #438C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #438C5E

Black with #438C5E

Text Example


Text Example

White with #438C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #438C5E; }

 p { color: rgb(67,140,94); }

 H1.HeaderClassName
 {
   color: #438C5E;
 }
 .AnyTagClassName
 {
   color: #438C5E;
 }
</style>

background-color css

<style>
 a { background-color: #438C5E; }

 a { background-color: rgb(67,140,94); }

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

border-color css

<style>
 span { border-color: #438C5E; }

 span { border-color: rgb(67,140,94); }

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