Html Css Color HEX #337D7D Atoll

📋 copy color: '#337D7D'

red 51 ◦ green 125 ◦ blue 125

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

Shades of Atoll #337D7D

Tints of Atoll #337D7D

RGB

 RED value IS 51 (20.31% from 255) = 16.94%

 GREEN value IS 125 (49.22% from 255) = 41.53%

 BLUE value IS 125 (49.22% from 255) = 41.53%

R = 16.94%
G = 41.53%
B = 41.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#337D7D (or 0x337D7D) is known color: Atoll. HEX triplet: 33, 7D and 7D. RGB value is (51,125,125). Sum of RGB (Red+Green+Blue) = 51+125+125=301 (39% of max value = 765). Red value is 51 (20.31% from 255 or 16.94% from 301); Green value is 125 (49.22% from 255 or 41.53% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: green, blue. Hex color #337D7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #337D7D is #CC8282. Grayscale: #666666. Windows color (decimal): -13402755 or 8224051. OLE color: 8224051.

HSL color Cylindrical-coordinate representation of color #337D7D: hue angle of 180º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #337D7D is Cyan = 0.59, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 51 125 125 -
CMYK 0.59 0 0 0.51
HSL 180º 0.42% 0.35% -
HSV(B) 180º 0.59% 0.49% -
XYZ 12.4 16.85 22 -
YUV 102.87 140.48 91 -
System Red Green Blue C M Y K H S L
Decimal 51 125 125 0.59 0 0 0.51 180 0.42 0.35
Hex 33 7D 7D 3B 0 0 33 B4 2A 23
Octal 63 175 175 73 0 0 63 264 52 43
Binary 110011 1111101 1111101 111011 0 0 110011 10110100 101010 100011

Color Harmonies of #337D7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #337D7D

Black with #337D7D

Text Example


Text Example

White with #337D7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #337D7D; }

 p { color: rgb(51,125,125); }

 H1.HeaderClassName
 {
   color: #337D7D;
 }
 .AnyTagClassName
 {
   color: #337D7D;
 }
</style>

background-color css

<style>
 a { background-color: #337D7D; }

 a { background-color: rgb(51,125,125); }

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

border-color css

<style>
 span { border-color: #337D7D; }

 span { border-color: rgb(51,125,125); }

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