Html Css Color HEX #04383D Cyprus

📋 copy color: '#04383D'

red 4 ◦ green 56 ◦ blue 61

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

Shades of Cyprus #04383D

Tints of Cyprus #04383D

RGB

 RED value IS 4 (1.95% from 255) = 3.31%

 GREEN value IS 56 (22.27% from 255) = 46.28%

 BLUE value IS 61 (24.22% from 255) = 50.41%

R = 3.31%
G = 46.28%
B = 50.41%

CMYK

 C value IS 0.93

 M value IS 0.08

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#04383D (or 0x04383D) is known color: Cyprus. HEX triplet: 04, 38 and 3D. RGB value is (4,56,61). Sum of RGB (Red+Green+Blue) = 4+56+61=121 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.31% from 121); Green value is 56 (22.27% from 255 or 46.28% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #04383D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04383D is #FBC7C2. Grayscale: #282828. Windows color (decimal): -16500675 or 4012036. OLE color: 4012036.

HSL color Cylindrical-coordinate representation of color #04383D: hue angle of 185.26º degrees, saturation: 0.88, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #04383D is Cyan = 0.93, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 4 56 61 -
CMYK 0.93 0.08 0 0.76
HSL 185.26º 0.88% 0.13% -
HSV(B) 185.26º 0.93% 0.24% -
XYZ 2.31 3.19 4.91 -
YUV 41.02 139.27 101.59 -
System Red Green Blue C M Y K H S L
Decimal 4 56 61 0.93 0.08 0 0.76 185.26 0.88 0.13
Hex 4 38 3D 5D 8 0 4C B9 58 D
Octal 4 70 75 135 10 0 114 271 130 15
Binary 100 111000 111101 1011101 1000 0 1001100 10111001 1011000 1101

Color Harmonies of #04383D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04383D

Black with #04383D

Text Example


Text Example

White with #04383D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04383D; }

 p { color: rgb(4,56,61); }

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

background-color css

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

 a { background-color: rgb(4,56,61); }

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

border-color css

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

 span { border-color: rgb(4,56,61); }

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