Html Css Color HEX #369401 La Palma

📋 copy color: '#369401'

red 54 ◦ green 148 ◦ blue 1

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

Shades of La Palma #369401

Tints of La Palma #369401

RGB

 RED value IS 54 (21.48% from 255) = 26.6%

 GREEN value IS 148 (58.2% from 255) = 72.91%

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

R = 26.6%
G = 72.91%
B = 0.49%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.99

 K value IS 0.42

RGB Variations

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

Color information

#369401 (or 0x369401) is known color: La Palma. HEX triplet: 36, 94 and 01. RGB value is (54,148,1). Sum of RGB (Red+Green+Blue) = 54+148+1=203 (26% of max value = 765). Red value is 54 (21.48% from 255 or 26.60% from 203); Green value is 148 (58.20% from 255 or 72.91% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 148 - color contains mainly: green. Hex color #369401 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369401 is #C96BFE. Grayscale: #676767. Windows color (decimal): -13200383 or 103478. OLE color: 103478.

HSL color Cylindrical-coordinate representation of color #369401: hue angle of 98.37º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #369401 is Cyan = 0.64, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.42.

Color convert

RGB 54 148 1 -
CMYK 0.64 0 0.99 0.42
HSL 98.37º 0.99% 0.29% -
HSV(B) 98.37º 0.99% 0.58% -
XYZ 12.12 21.97 3.63 -
YUV 103.14 70.36 92.95 -
System Red Green Blue C M Y K H S L
Decimal 54 148 1 0.64 0 0.99 0.42 98.37 0.99 0.29
Hex 36 94 1 40 0 63 2A 62 63 1D
Octal 66 224 1 100 0 143 52 142 143 35
Binary 110110 10010100 1 1000000 0 1100011 101010 1100010 1100011 11101

Color Harmonies of #369401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #369401

Black with #369401

Text Example


Text Example

White with #369401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #369401; }

 p { color: rgb(54,148,1); }

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

background-color css

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

 a { background-color: rgb(54,148,1); }

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

border-color css

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

 span { border-color: rgb(54,148,1); }

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