Html Css Color HEX #033D38 Cyprus

📋 copy color: '#033D38'

red 3 ◦ green 61 ◦ blue 56

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

Shades of Cyprus #033D38

Tints of Cyprus #033D38

RGB

 RED value IS 3 (1.56% from 255) = 2.5%

 GREEN value IS 61 (24.22% from 255) = 50.83%

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

R = 2.5%
G = 50.83%
B = 46.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#033D38 (or 0x033D38) is known color: Cyprus. HEX triplet: 03, 3D and 38. RGB value is (3,61,56). Sum of RGB (Red+Green+Blue) = 3+61+56=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 61 (24.22% from 255 or 50.83% from 120); Blue value is 56 (22.27% from 255 or 46.67% from 120); Max value from RGB is 61 - color contains mainly: green. Hex color #033D38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D38 is #FCC2C7. Grayscale: #2B2B2B. Windows color (decimal): -16564936 or 3685635. OLE color: 3685635.

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

Color convert

RGB 3 61 56 -
CMYK 0.95 0 0.08 0.76
HSL 174.83º 0.91% 0.13% -
HSV(B) 174.83º 0.95% 0.24% -
XYZ 2.42 3.64 4.32 -
YUV 43.09 135.28 99.41 -
System Red Green Blue C M Y K H S L
Decimal 3 61 56 0.95 0 0.08 0.76 174.83 0.91 0.13
Hex 3 3D 38 5F 0 8 4C AF 5B D
Octal 3 75 70 137 0 10 114 257 133 15
Binary 11 111101 111000 1011111 0 1000 1001100 10101111 1011011 1101

Color Harmonies of #033D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033D38

Black with #033D38

Text Example


Text Example

White with #033D38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033D38; }

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

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

background-color css

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

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

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

border-color css

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

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

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