Html Css Color HEX #274238 Burnham

📋 copy color: '#274238'

red 39 ◦ green 66 ◦ blue 56

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

Shades of Burnham #274238

Tints of Burnham #274238

RGB

 RED value IS 39 (15.63% from 255) = 24.22%

 GREEN value IS 66 (26.17% from 255) = 40.99%

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

R = 24.22%
G = 40.99%
B = 34.78%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.15

 K value IS 0.74

RGB Variations

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

Color information

#274238 (or 0x274238) is known color: Burnham. HEX triplet: 27, 42 and 38. RGB value is (39,66,56). Sum of RGB (Red+Green+Blue) = 39+66+56=161 (21% of max value = 765). Red value is 39 (15.62% from 255 or 24.22% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 56 (22.27% from 255 or 34.78% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #274238 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #274238 is #D8BDC7. Grayscale: #383838. Windows color (decimal): -14204360 or 3686951. OLE color: 3686951.

HSL color Cylindrical-coordinate representation of color #274238: hue angle of 157.78º degrees, saturation: 0.26, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #274238 is Cyan = 0.41, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.74.

Color convert

RGB 39 66 56 -
CMYK 0.41 0 0.15 0.74
HSL 157.78º 0.26% 0.21% -
HSV(B) 157.78º 0.41% 0.26% -
XYZ 3.5 4.61 4.45 -
YUV 56.79 127.55 115.31 -
System Red Green Blue C M Y K H S L
Decimal 39 66 56 0.41 0 0.15 0.74 157.78 0.26 0.21
Hex 27 42 38 29 0 F 4A 9E 1A 15
Octal 47 102 70 51 0 17 112 236 32 25
Binary 100111 1000010 111000 101001 0 1111 1001010 10011110 11010 10101

Color Harmonies of #274238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274238

Black with #274238

Text Example


Text Example

White with #274238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274238; }

 p { color: rgb(39,66,56); }

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

background-color css

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

 a { background-color: rgb(39,66,56); }

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

border-color css

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

 span { border-color: rgb(39,66,56); }

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