Html Css Color HEX #264745 Firefly

📋 copy color: '#264745'

red 38 ◦ green 71 ◦ blue 69

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

Shades of Firefly #264745

Tints of Firefly #264745

RGB

 RED value IS 38 (15.23% from 255) = 21.35%

 GREEN value IS 71 (28.13% from 255) = 39.89%

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

R = 21.35%
G = 39.89%
B = 38.76%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.03

 K value IS 0.72

RGB Variations

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

Color information

#264745 (or 0x264745) is known color: Firefly. HEX triplet: 26, 47 and 45. RGB value is (38,71,69). Sum of RGB (Red+Green+Blue) = 38+71+69=178 (23% of max value = 765). Red value is 38 (15.23% from 255 or 21.35% from 178); Green value is 71 (28.12% from 255 or 39.89% from 178); Blue value is 69 (27.34% from 255 or 38.76% from 178); Max value from RGB is 71 - color contains mainly: green. Hex color #264745 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264745 is #D9B8BA. Grayscale: #3C3C3C. Windows color (decimal): -14268603 or 4540198. OLE color: 4540198.

HSL color Cylindrical-coordinate representation of color #264745: hue angle of 176.36º degrees, saturation: 0.3, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #264745 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.72.

Color convert

RGB 38 71 69 -
CMYK 0.46 0 0.03 0.72
HSL 176.36º 0.3% 0.21% -
HSV(B) 176.36º 0.46% 0.28% -
XYZ 4.13 5.35 6.45 -
YUV 60.91 132.57 111.66 -
System Red Green Blue C M Y K H S L
Decimal 38 71 69 0.46 0 0.03 0.72 176.36 0.3 0.21
Hex 26 47 45 2E 0 3 48 B0 1E 15
Octal 46 107 105 56 0 3 110 260 36 25
Binary 100110 1000111 1000101 101110 0 11 1001000 10110000 11110 10101

Color Harmonies of #264745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264745

Black with #264745

Text Example


Text Example

White with #264745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264745; }

 p { color: rgb(38,71,69); }

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

background-color css

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

 a { background-color: rgb(38,71,69); }

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

border-color css

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

 span { border-color: rgb(38,71,69); }

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