Html Css Color HEX #358C67 Eucalyptus

📋 copy color: '#358C67'

red 53 ◦ green 140 ◦ blue 103

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

Shades of Eucalyptus #358C67

Tints of Eucalyptus #358C67

RGB

 RED value IS 53 (21.09% from 255) = 17.91%

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

 BLUE value IS 103 (40.63% from 255) = 34.8%

R = 17.91%
G = 47.3%
B = 34.8%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#358C67 (or 0x358C67) is known color: Eucalyptus. HEX triplet: 35, 8C and 67. RGB value is (53,140,103). Sum of RGB (Red+Green+Blue) = 53+140+103=296 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.91% from 296); Green value is 140 (55.08% from 255 or 47.30% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 140 - color contains mainly: green. Hex color #358C67 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358C67 is #CA7398. Grayscale: #6D6D6D. Windows color (decimal): -13267865 or 6786101. OLE color: 6786101.

HSL color Cylindrical-coordinate representation of color #358C67: hue angle of 154.48º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #358C67 is Cyan = 0.62, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 53 140 103 -
CMYK 0.62 0 0.26 0.45
HSL 154.48º 0.45% 0.38% -
HSV(B) 154.48º 0.62% 0.55% -
XYZ 13.29 20.49 16.09 -
YUV 109.77 124.18 87.51 -
System Red Green Blue C M Y K H S L
Decimal 53 140 103 0.62 0 0.26 0.45 154.48 0.45 0.38
Hex 35 8C 67 3E 0 1A 2D 9A 2D 26
Octal 65 214 147 76 0 32 55 232 55 46
Binary 110101 10001100 1100111 111110 0 11010 101101 10011010 101101 100110

Color Harmonies of #358C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358C67

Black with #358C67

Text Example


Text Example

White with #358C67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358C67; }

 p { color: rgb(53,140,103); }

 H1.HeaderClassName
 {
   color: #358C67;
 }
 .AnyTagClassName
 {
   color: #358C67;
 }
</style>

background-color css

<style>
 a { background-color: #358C67; }

 a { background-color: rgb(53,140,103); }

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

border-color css

<style>
 span { border-color: #358C67; }

 span { border-color: rgb(53,140,103); }

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