Html Css Color HEX #38906D Viridian

📋 copy color: '#38906D'

red 56 ◦ green 144 ◦ blue 109

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

Shades of Viridian #38906D

Tints of Viridian #38906D

RGB

 RED value IS 56 (22.27% from 255) = 18.12%

 GREEN value IS 144 (56.64% from 255) = 46.6%

 BLUE value IS 109 (42.97% from 255) = 35.28%

R = 18.12%
G = 46.6%
B = 35.28%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#38906D (or 0x38906D) is known color: Viridian. HEX triplet: 38, 90 and 6D. RGB value is (56,144,109). Sum of RGB (Red+Green+Blue) = 56+144+109=309 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.12% from 309); Green value is 144 (56.64% from 255 or 46.60% from 309); Blue value is 109 (42.97% from 255 or 35.28% from 309); Max value from RGB is 144 - color contains mainly: green. Hex color #38906D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38906D is #C76F92. Grayscale: #717171. Windows color (decimal): -13070227 or 7180344. OLE color: 7180344.

HSL color Cylindrical-coordinate representation of color #38906D: hue angle of 156.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #38906D is Cyan = 0.61, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.44.

Color convert

RGB 56 144 109 -
CMYK 0.61 0 0.24 0.44
HSL 156.14º 0.44% 0.39% -
HSV(B) 156.14º 0.61% 0.56% -
XYZ 14.36 21.89 17.94 -
YUV 113.7 125.35 86.85 -
System Red Green Blue C M Y K H S L
Decimal 56 144 109 0.61 0 0.24 0.44 156.14 0.44 0.39
Hex 38 90 6D 3D 0 18 2C 9C 2C 27
Octal 70 220 155 75 0 30 54 234 54 47
Binary 111000 10010000 1101101 111101 0 11000 101100 10011100 101100 100111

Color Harmonies of #38906D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38906D

Black with #38906D

Text Example


Text Example

White with #38906D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38906D; }

 p { color: rgb(56,144,109); }

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

background-color css

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

 a { background-color: rgb(56,144,109); }

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

border-color css

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

 span { border-color: rgb(56,144,109); }

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