Html Css Color HEX #334B45 Gable Green

📋 copy color: '#334B45'

red 51 ◦ green 75 ◦ blue 69

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

Shades of Gable Green #334B45

Tints of Gable Green #334B45

RGB

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

 GREEN value IS 75 (29.69% from 255) = 38.46%

 BLUE value IS 69 (27.34% from 255) = 35.38%

R = 26.15%
G = 38.46%
B = 35.38%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.08

 K value IS 0.71

RGB Variations

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

Color information

#334B45 (or 0x334B45) is known color: Gable Green. HEX triplet: 33, 4B and 45. RGB value is (51,75,69). Sum of RGB (Red+Green+Blue) = 51+75+69=195 (25% of max value = 765). Red value is 51 (20.31% from 255 or 26.15% from 195); Green value is 75 (29.69% from 255 or 38.46% from 195); Blue value is 69 (27.34% from 255 or 35.38% from 195); Max value from RGB is 75 - color contains mainly: green. Hex color #334B45 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #334B45 is #CCB4BA. Grayscale: #434343. Windows color (decimal): -13415611 or 4541235. OLE color: 4541235.

HSL color Cylindrical-coordinate representation of color #334B45: hue angle of 165º degrees, saturation: 0.19, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #334B45 is Cyan = 0.32, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB 51 75 69 -
CMYK 0.32 0 0.08 0.71
HSL 165º 0.19% 0.25% -
HSV(B) 165º 0.32% 0.29% -
XYZ 4.96 6.17 6.56 -
YUV 67.14 129.05 116.49 -
System Red Green Blue C M Y K H S L
Decimal 51 75 69 0.32 0 0.08 0.71 165 0.19 0.25
Hex 33 4B 45 20 0 8 47 A5 13 19
Octal 63 113 105 40 0 10 107 245 23 31
Binary 110011 1001011 1000101 100000 0 1000 1000111 10100101 10011 11001

Color Harmonies of #334B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #334B45

Black with #334B45

Text Example


Text Example

White with #334B45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #334B45; }

 p { color: rgb(51,75,69); }

 H1.HeaderClassName
 {
   color: #334B45;
 }
 .AnyTagClassName
 {
   color: #334B45;
 }
</style>

background-color css

<style>
 a { background-color: #334B45; }

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

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

border-color css

<style>
 span { border-color: #334B45; }

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

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