Html Css Color HEX #00413A Cyprus

📋 copy color: '#00413A'

red 0 ◦ green 65 ◦ blue 58

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

Shades of Cyprus #00413A

Tints of Cyprus #00413A

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 58 (23.05% from 255) = 47.15%

R = 0%
G = 52.85%
B = 47.15%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.11

 K value IS 0.75

RGB Variations

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

Color information

#00413A (or 0x00413A) is known color: Cyprus. HEX triplet: 00, 41 and 3A. RGB value is (0,65,58). Sum of RGB (Red+Green+Blue) = 0+65+58=123 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 123); Green value is 65 (25.78% from 255 or 52.85% from 123); Blue value is 58 (23.05% from 255 or 47.15% from 123); Max value from RGB is 65 - color contains mainly: green. Hex color #00413A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00413A is #FFBEC5. Grayscale: #2C2C2C. Windows color (decimal): -16760518 or 3817728. OLE color: 3817728.

HSL color Cylindrical-coordinate representation of color #00413A: hue angle of 173.54º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00413A is Cyan = 1, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.75.

Color convert

RGB 0 65 58 -
CMYK 1 0 0.11 0.75
HSL 173.54º 1% 0.13% -
HSV(B) 173.54º 1% 0.25% -
XYZ 2.65 4.09 4.65 -
YUV 44.77 135.47 96.07 -
System Red Green Blue C M Y K H S L
Decimal 0 65 58 1 0 0.11 0.75 173.54 1 0.13
Hex 0 41 3A 64 0 B 4B AE 64 D
Octal 0 101 72 144 0 13 113 256 144 15
Binary 0 1000001 111010 1100100 0 1011 1001011 10101110 1100100 1101

Color Harmonies of #00413A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00413A

Black with #00413A

Text Example


Text Example

White with #00413A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00413A; }

 p { color: rgb(0,65,58); }

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

background-color css

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

 a { background-color: rgb(0,65,58); }

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

border-color css

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

 span { border-color: rgb(0,65,58); }

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