Html Css Color HEX #38403E Firefly

📋 copy color: '#38403E'

red 56 ◦ green 64 ◦ blue 62

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

Shades of Firefly #38403E

Tints of Firefly #38403E

RGB

 RED value IS 56 (22.27% from 255) = 30.77%

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 62 (24.61% from 255) = 34.07%

R = 30.77%
G = 35.16%
B = 34.07%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.03

 K value IS 0.75

RGB Variations

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

Color information

#38403E (or 0x38403E) is known color: Firefly. HEX triplet: 38, 40 and 3E. RGB value is (56,64,62). Sum of RGB (Red+Green+Blue) = 56+64+62=182 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.77% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 62 (24.61% from 255 or 34.07% from 182); Max value from RGB is 64 - color contains mainly: green. Hex color #38403E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #38403E is #C7BFC1. Grayscale: #3D3D3D. Windows color (decimal): -13090754 or 4079672. OLE color: 4079672.

HSL color Cylindrical-coordinate representation of color #38403E: hue angle of 165º degrees, saturation: 0.07, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #38403E is Cyan = 0.13, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.75.

Color convert

RGB 56 64 62 -
CMYK 0.13 0 0.03 0.75
HSL 165º 0.07% 0.24% -
HSV(B) 165º 0.13% 0.25% -
XYZ 4.33 4.86 5.27 -
YUV 61.38 128.35 124.16 -
System Red Green Blue C M Y K H S L
Decimal 56 64 62 0.13 0 0.03 0.75 165 0.07 0.24
Hex 38 40 3E D 0 3 4B A5 7 18
Octal 70 100 76 15 0 3 113 245 7 30
Binary 111000 1000000 111110 1101 0 11 1001011 10100101 111 11000

Color Harmonies of #38403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38403E

Black with #38403E

Text Example


Text Example

White with #38403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38403E; }

 p { color: rgb(56,64,62); }

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

background-color css

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

 a { background-color: rgb(56,64,62); }

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

border-color css

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

 span { border-color: rgb(56,64,62); }

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