Html Css Color HEX #368469 Viridian

📋 copy color: '#368469'

red 54 ◦ green 132 ◦ blue 105

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

Shades of Viridian #368469

Tints of Viridian #368469

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.36%

 BLUE value IS 105 (41.41% from 255) = 36.08%

R = 18.56%
G = 45.36%
B = 36.08%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.20

 K value IS 0.48

RGB Variations

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

Color information

#368469 (or 0x368469) is known color: Viridian. HEX triplet: 36, 84 and 69. RGB value is (54,132,105). Sum of RGB (Red+Green+Blue) = 54+132+105=291 (38% of max value = 765). Red value is 54 (21.48% from 255 or 18.56% from 291); Green value is 132 (51.95% from 255 or 45.36% from 291); Blue value is 105 (41.41% from 255 or 36.08% from 291); Max value from RGB is 132 - color contains mainly: green. Hex color #368469 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368469 is #C97B96. Grayscale: #696969. Windows color (decimal): -13204375 or 6915126. OLE color: 6915126.

HSL color Cylindrical-coordinate representation of color #368469: hue angle of 159.23º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368469 is Cyan = 0.59, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB 54 132 105 -
CMYK 0.59 0 0.20 0.48
HSL 159.23º 0.42% 0.36% -
HSV(B) 159.23º 0.59% 0.52% -
XYZ 12.32 18.31 16.25 -
YUV 105.6 127.66 91.2 -
System Red Green Blue C M Y K H S L
Decimal 54 132 105 0.59 0 0.20 0.48 159.23 0.42 0.36
Hex 36 84 69 3B 0 14 30 9F 2A 24
Octal 66 204 151 73 0 24 60 237 52 44
Binary 110110 10000100 1101001 111011 0 10100 110000 10011111 101010 100100

Color Harmonies of #368469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368469

Black with #368469

Text Example


Text Example

White with #368469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368469; }

 p { color: rgb(54,132,105); }

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

background-color css

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

 a { background-color: rgb(54,132,105); }

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

border-color css

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

 span { border-color: rgb(54,132,105); }

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