Html Css Color HEX #264138 Burnham

📋 copy color: '#264138'

red 38 ◦ green 65 ◦ blue 56

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

Shades of Burnham #264138

Tints of Burnham #264138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.88%

 BLUE value IS 56 (22.27% from 255) = 35.22%

R = 23.9%
G = 40.88%
B = 35.22%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.75

RGB Variations

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

Color information

#264138 (or 0x264138) is known color: Burnham. HEX triplet: 26, 41 and 38. RGB value is (38,65,56). Sum of RGB (Red+Green+Blue) = 38+65+56=159 (21% of max value = 765). Red value is 38 (15.23% from 255 or 23.90% from 159); Green value is 65 (25.78% from 255 or 40.88% from 159); Blue value is 56 (22.27% from 255 or 35.22% from 159); Max value from RGB is 65 - color contains mainly: green. Hex color #264138 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #264138 is #D9BEC7. Grayscale: #373737. Windows color (decimal): -14270152 or 3686694. OLE color: 3686694.

HSL color Cylindrical-coordinate representation of color #264138: hue angle of 160º degrees, saturation: 0.26, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #264138 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.75.

Color convert

RGB 38 65 56 -
CMYK 0.42 0 0.14 0.75
HSL 160º 0.26% 0.2% -
HSV(B) 160º 0.42% 0.25% -
XYZ 3.4 4.48 4.43 -
YUV 55.9 128.05 115.23 -
System Red Green Blue C M Y K H S L
Decimal 38 65 56 0.42 0 0.14 0.75 160 0.26 0.2
Hex 26 41 38 2A 0 E 4B A0 1A 14
Octal 46 101 70 52 0 16 113 240 32 24
Binary 100110 1000001 111000 101010 0 1110 1001011 10100000 11010 10100

Color Harmonies of #264138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #264138

Black with #264138

Text Example


Text Example

White with #264138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #264138; }

 p { color: rgb(38,65,56); }

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

background-color css

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

 a { background-color: rgb(38,65,56); }

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

border-color css

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

 span { border-color: rgb(38,65,56); }

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