Html Css Color HEX #235001 Myrtle

📋 copy color: '#235001'

red 35 ◦ green 80 ◦ blue 1

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

Shades of Myrtle #235001

Tints of Myrtle #235001

RGB

 RED value IS 35 (14.06% from 255) = 30.17%

 GREEN value IS 80 (31.64% from 255) = 68.97%

 BLUE value IS 1 (0.78% from 255) = 0.86%

R = 30.17%
G = 68.97%
B = 0.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.99

 K value IS 0.69

RGB Variations

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

Color information

#235001 (or 0x235001) is known color: Myrtle. HEX triplet: 23, 50 and 01. RGB value is (35,80,1). Sum of RGB (Red+Green+Blue) = 35+80+1=116 (15% of max value = 765). Red value is 35 (14.06% from 255 or 30.17% from 116); Green value is 80 (31.64% from 255 or 68.97% from 116); Blue value is 1 (0.78% from 255 or 0.86% from 116); Max value from RGB is 80 - color contains mainly: green. Hex color #235001 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #235001 is #DCAFFE. Grayscale: #393939. Windows color (decimal): -14462975 or 86051. OLE color: 86051.

HSL color Cylindrical-coordinate representation of color #235001: hue angle of 94.18º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #235001 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.69.

Color convert

RGB 35 80 1 -
CMYK 0.56 0 0.99 0.69
HSL 94.18º 0.98% 0.16% -
HSV(B) 94.18º 0.99% 0.31% -
XYZ 3.57 6.1 1.02 -
YUV 57.54 96.09 111.92 -
System Red Green Blue C M Y K H S L
Decimal 35 80 1 0.56 0 0.99 0.69 94.18 0.98 0.16
Hex 23 50 1 38 0 63 45 5E 62 10
Octal 43 120 1 70 0 143 105 136 142 20
Binary 100011 1010000 1 111000 0 1100011 1000101 1011110 1100010 10000

Color Harmonies of #235001

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #235001

Black with #235001

Text Example


Text Example

White with #235001

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #235001; }

 p { color: rgb(35,80,1); }

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

background-color css

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

 a { background-color: rgb(35,80,1); }

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

border-color css

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

 span { border-color: rgb(35,80,1); }

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