Html Css Color HEX #368A69 Viridian

📋 copy color: '#368A69'

red 54 ◦ green 138 ◦ blue 105

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

Shades of Viridian #368A69

Tints of Viridian #368A69

RGB

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

 GREEN value IS 138 (54.3% from 255) = 46.46%

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

R = 18.18%
G = 46.46%
B = 35.35%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.46

RGB Variations

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

Color information

#368A69 (or 0x368A69) is known color: Viridian. HEX triplet: 36, 8A and 69. RGB value is (54,138,105). Sum of RGB (Red+Green+Blue) = 54+138+105=297 (39% of max value = 765). Red value is 54 (21.48% from 255 or 18.18% from 297); Green value is 138 (54.30% from 255 or 46.46% from 297); Blue value is 105 (41.41% from 255 or 35.35% from 297); Max value from RGB is 138 - color contains mainly: green. Hex color #368A69 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #368A69 is #C97596. Grayscale: #6D6D6D. Windows color (decimal): -13202839 or 6916662. OLE color: 6916662.

HSL color Cylindrical-coordinate representation of color #368A69: hue angle of 156.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #368A69 is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.46.

Color convert

RGB 54 138 105 -
CMYK 0.61 0 0.24 0.46
HSL 156.43º 0.44% 0.38% -
HSV(B) 156.43º 0.61% 0.54% -
XYZ 13.16 19.98 16.53 -
YUV 109.12 125.67 88.68 -
System Red Green Blue C M Y K H S L
Decimal 54 138 105 0.61 0 0.24 0.46 156.43 0.44 0.38
Hex 36 8A 69 3D 0 18 2E 9C 2C 26
Octal 66 212 151 75 0 30 56 234 54 46
Binary 110110 10001010 1101001 111101 0 11000 101110 10011100 101100 100110

Color Harmonies of #368A69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #368A69

Black with #368A69

Text Example


Text Example

White with #368A69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #368A69; }

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

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

background-color css

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

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

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

border-color css

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

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

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