Html Css Color HEX #25735F Deep Sea

📋 copy color: '#25735F'

red 37 ◦ green 115 ◦ blue 95

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

Shades of Deep Sea #25735F

Tints of Deep Sea #25735F

RGB

 RED value IS 37 (14.84% from 255) = 14.98%

 GREEN value IS 115 (45.31% from 255) = 46.56%

 BLUE value IS 95 (37.5% from 255) = 38.46%

R = 14.98%
G = 46.56%
B = 38.46%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#25735F (or 0x25735F) is known color: Deep Sea. HEX triplet: 25, 73 and 5F. RGB value is (37,115,95). Sum of RGB (Red+Green+Blue) = 37+115+95=247 (32% of max value = 765). Red value is 37 (14.84% from 255 or 14.98% from 247); Green value is 115 (45.31% from 255 or 46.56% from 247); Blue value is 95 (37.5% from 255 or 38.46% from 247); Max value from RGB is 115 - color contains mainly: green. Hex color #25735F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25735F is #DA8CA0. Grayscale: #595959. Windows color (decimal): -14322849 or 6255397. OLE color: 6255397.

HSL color Cylindrical-coordinate representation of color #25735F: hue angle of 164.62º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #25735F is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 37 115 95 -
CMYK 0.68 0 0.17 0.55
HSL 164.62º 0.51% 0.3% -
HSV(B) 164.62º 0.68% 0.45% -
XYZ 8.96 13.48 12.96 -
YUV 89.4 131.16 90.63 -
System Red Green Blue C M Y K H S L
Decimal 37 115 95 0.68 0 0.17 0.55 164.62 0.51 0.3
Hex 25 73 5F 44 0 11 37 A5 33 1E
Octal 45 163 137 104 0 21 67 245 63 36
Binary 100101 1110011 1011111 1000100 0 10001 110111 10100101 110011 11110

Color Harmonies of #25735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #25735F

Black with #25735F

Text Example


Text Example

White with #25735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #25735F; }

 p { color: rgb(37,115,95); }

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

background-color css

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

 a { background-color: rgb(37,115,95); }

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

border-color css

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

 span { border-color: rgb(37,115,95); }

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